Merge pull request #35 from jonasniesner/master

Updated platformio.ini to support OTA for the ESP32
This commit is contained in:
Jelmer
2023-05-18 19:04:36 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -133,4 +133,4 @@ void loop() {
while (1) {
vTaskDelay(10000 / portTICK_PERIOD_MS);
}
}
}