diff --git a/ESP32_AP-Flasher/platformio.ini b/ESP32_AP-Flasher/platformio.ini index 25808b37..e7d172f8 100644 --- a/ESP32_AP-Flasher/platformio.ini +++ b/ESP32_AP-Flasher/platformio.ini @@ -134,7 +134,7 @@ board_upload.flash_size = 16MB [env:Simple_AP] board = esp32dev -board_build.partitions = no_ota.csv +board_build.partitions = default.csv build_flags = -DCORE_DEBUG_LEVEL=0 diff --git a/ESP32_AP-Flasher/src/main.cpp b/ESP32_AP-Flasher/src/main.cpp index 495ee4b8..d0138fff 100644 --- a/ESP32_AP-Flasher/src/main.cpp +++ b/ESP32_AP-Flasher/src/main.cpp @@ -133,4 +133,4 @@ void loop() { while (1) { vTaskDelay(10000 / portTICK_PERIOD_MS); } -} \ No newline at end of file +}