From 484bb00341a6ac1209f64d2204cfa2c1a8f03db3 Mon Sep 17 00:00:00 2001 From: Jonas Niesner Date: Wed, 17 May 2023 23:12:32 +0200 Subject: [PATCH] Update platformio.ini --- ESP32_AP-Flasher/platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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