mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 10:06:07 +01:00
Merge pull request #35 from jonasniesner/master
Updated platformio.ini to support OTA for the ESP32
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -133,4 +133,4 @@ void loop() {
|
||||
while (1) {
|
||||
vTaskDelay(10000 / portTICK_PERIOD_MS);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user