esp32 + ota + doublereset
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user