Search found 1 match
- Tue Sep 21, 2021 11:54 pm
- Forum: Report Bugs
- Topic: ESP32 Download Tool V3.9.0 - infinite reboot cycle
- Replies: 2
- Views: 16883
ESP32 Download Tool V3.9.0 - infinite reboot cycle
Hi! I have ESP32-WROVER-IE chip with 16MB flash. I am using VS Code with Platformio, and Arduino framework. Platformio.ini: [env:esp-wrover-kit] platform = espressif32 board = esp-wrover-kit framework = arduino monitor_speed = 115200 build_flags = -DBOARD_HAS_PSRAM -DCORE_DEBUG_LEVEL=0 board_build.p...