esp32 + ota + doublereset

This commit is contained in:
2023-09-27 14:09:52 +02:00
parent 3fc594b824
commit 31fea83a3a
17 changed files with 1516 additions and 483 deletions

View File

@@ -8,16 +8,19 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:seeed_xiao_esp32c3]
[env:esp32]
platform = espressif32
board = seeed_xiao_esp32c3
board = esp32dev
framework = arduino
monitor_speed = 115200
lib_deps =
paulstoffregen/Time@^1.6.1
jchristensen/Timezone@^1.2.4
ESPNtpClient
build_src_filter = ${env.build_src_filter}
khoih-prog/ESP_WifiManager@^1.12.1
LittleFS
#jandrassy/ArduinoOTA@^1.0.11
lib_ldf_mode = deep+
build_flags =
-DCORE_DEBUG_LEVEL=3
-DNDEF_DEBUG=1
-DNDEF_DEBUG=1
upload_protocol = espota
upload_port = nixie_clock.local