Advertisement
hericdk

Untitled

Jan 26th, 2025
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Sketch uses 300616 bytes (22%) of program storage space. Maximum is 1310720 bytes.
  2. Global variables use 19720 bytes (6%) of dynamic memory, leaving 307960 bytes for local variables. Maximum is 327680 bytes.
  3. esptool.py v4.8.1
  4. Serial port /dev/cu.usbmodem1101
  5. Connecting...
  6. Chip is ESP32-S3 (QFN56) (revision v0.2)
  7. Features: WiFi, BLE, Embedded PSRAM 8MB (AP_3v3)
  8. Crystal is 40MHz
  9. MAC: XXXXXXXX
  10. Uploading stub...
  11. Running stub...
  12. Stub running...
  13. Changing baud rate to 921600
  14. Changed.
  15. Configuring flash size...
  16. Flash will be erased from 0x00000000 to 0x00004fff...
  17. Flash will be erased from 0x00008000 to 0x00008fff...
  18. Flash will be erased from 0x0000e000 to 0x0000ffff...
  19. Flash will be erased from 0x00010000 to 0x00059fff...
  20. Compressed 20160 bytes to 12987...
  21. Writing at 0x00000000... (100 %)
  22. Wrote 20160 bytes (12987 compressed) at 0x00000000 in 0.4 seconds (effective 434.7 kbit/s)...
  23. Hash of data verified.
  24. Compressed 3072 bytes to 146...
  25. Writing at 0x00008000... (100 %)
  26. Wrote 3072 bytes (146 compressed) at 0x00008000 in 0.1 seconds (effective 361.9 kbit/s)...
  27. Hash of data verified.
  28. Compressed 8192 bytes to 47...
  29. Writing at 0x0000e000... (100 %)
  30. Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.1 seconds (effective 595.8 kbit/s)...
  31. Hash of data verified.
  32. Compressed 300720 bytes to 160133...
  33. Writing at 0x00010000... (10 %)
  34. Writing at 0x0001bdc0... (20 %)
  35. Writing at 0x00027d3f... (30 %)
  36. Writing at 0x0002d4e2... (40 %)
  37. Writing at 0x00033511... (50 %)
  38. Writing at 0x00038d1e... (60 %)
  39. Writing at 0x0003e522... (70 %)
  40. Writing at 0x00043eda... (80 %)
  41. Writing at 0x0004ab7a... (90 %)
  42. Writing at 0x00054ba5... (100 %)
  43. Wrote 300720 bytes (160133 compressed) at 0x00010000 in 3.1 seconds (effective 779.3 kbit/s)...
  44. Hash of data verified.
  45.  
  46. Leaving...
  47. Hard resetting with RTC WDT...
  48.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement