Guest User

Untitled

a guest
Jul 12th, 2023
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. * Executing task: C:\Users\Scott\.platformio\penv\Scripts\platformio.exe run --target uploadfs --environment dev
  2.  
  3. Processing dev (platform: espressif32; board: featheresp32; framework: arduino)
  4. ---------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via `-v, --verbose` option
  5. CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/featheresp32.html
  6. PLATFORM: Espressif 32 (6.3.2) > Adafruit ESP32 Feather
  7. HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash
  8. DEBUG: Current (cmsis-dap) External (cmsis-dap, esp-bridge, esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa)
  9. PACKAGES:
  10. - framework-arduinoespressif32 @ 3.20009.0 (2.0.9)
  11. - tool-esptoolpy @ 1.40501.0 (4.5.1)
  12. - tool-mkfatfs @ 2.0.1
  13. - tool-mklittlefs @ 1.203.210628 (2.3)
  14. - tool-mkspiffs @ 2.230.0 (2.30)
  15. - toolchain-xtensa-esp32 @ 8.4.0+2021r2-patch5
  16. LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
  17. LDF Modes: Finder ~ chain, Compatibility ~ soft
  18. Found 56 compatible libraries
  19. Scanning dependencies...
  20. Dependency Graph
  21. |-- ESP Async WebServer @ 1.2.3+sha.f71e3d4
  22. |-- ArduinoLog @ 1.1.1
  23. |-- TMCStepper @ 0.7.3
  24. |-- FastLED @ 3.6.0
  25. |-- SparkFun TSL2561 @ 1.1.0
  26. |-- esp32FOTA @ 0.2.7
  27. |-- WireGuard-ESP32 @ 0.1.5+sha.50e2bfd
  28. |-- RdUtils
  29. |-- RdConfigPinMap
  30. |-- RdJson
  31. |-- RdConfig
  32. |-- RdRestAPISystem
  33. |-- CommandScheduler
  34. |-- RdFileManager
  35. |-- RdLedStrip
  36. |-- RdNTPClient
  37. |-- RdRestAPIEndpoints
  38. |-- RdWebServer
  39. |-- RdWiFiManager
  40. |-- WireGuardManager
  41. |-- RdOTAUpdate
  42. |-- WiFi @ 2.0.0
  43. |-- SPI @ 2.0.0
  44. Building in release mode
  45. Building FS image from 'data' directory to .pio\build\dev\spiffs.bin
  46. /assets/d91bda68.js.br
  47. /assets/ff65bf0e.css.br
  48. /icon-192x192.png
  49. /icon-256x256.png
  50. /index.html.br
  51. /manifest.webmanifest
  52. Looking for upload port...
  53. Using manually specified: COM3
  54. Uploading .pio\build\dev\spiffs.bin
  55. esptool.py v4.5.1
  56. Serial port COM3
  57. Connecting....
  58. Chip is ESP32-D0WD-V3 (revision v3.0)
  59. Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
  60. Crystal is 40MHz
  61. MAC: 0c:dc:7e:cb:49:9c
  62. Uploading stub...
  63. Running stub...
  64. Stub running...
  65. Changing baud rate to 921600
  66. Changed.
  67. Configuring flash size...
  68. Flash will be erased from 0x002f1000 to 0x003fffff...
  69. Compressed 1110016 bytes to 263833...
  70. Writing at 0x002f1000... (5 %)
  71. Writing at 0x002f9124... (11 %)
  72. Writing at 0x003012d5... (17 %)
  73. Writing at 0x0030975f... (23 %)
  74. Writing at 0x00311aec... (29 %)
  75. Writing at 0x00319e72... (35 %)
  76. Writing at 0x003222ef... (41 %)
  77. Writing at 0x0032a77e... (47 %)
  78. Writing at 0x00332c12... (52 %)
  79. Writing at 0x0033af9e... (58 %)
  80. Writing at 0x0034341c... (64 %)
  81. Writing at 0x0034b7a6... (70 %)
  82. Writing at 0x00353cd9... (76 %)
  83. Writing at 0x0035c1aa... (82 %)
  84. Writing at 0x003642b9... (88 %)
  85. Writing at 0x0036c7a6... (94 %)
  86. Writing at 0x00374eef... (100 %)
  87. Wrote 1110016 bytes (263833 compressed) at 0x002f1000 in 8.2 seconds (effective 1079.9 kbit/s)...
  88. Hash of data verified.
  89.  
  90. Leaving...
  91. Hard resetting via RTS pin...
  92. =================================================================== [SUCCESS] Took 20.07 seconds ====================================================
Add Comment
Please, Sign In to add comment