Implement OTA update functionality with configuration and response handling; add necessary protobuf definitions and update main loop integration
This commit is contained in:
@@ -20,6 +20,7 @@ lib_deps =
|
||||
;adafruit/Adafruit NeoPixel@^1.15.1
|
||||
fastled/FastLED@^3.10.3
|
||||
nanopb/Nanopb@^0.4.91
|
||||
; jandrassy/ArduinoOTA @ ^1.1.0
|
||||
custom_nanopb_protos =
|
||||
+<proto/hardware.proto>
|
||||
custom_nanopb_options =
|
||||
@@ -27,3 +28,8 @@ custom_nanopb_protos =
|
||||
[env:esp8285]
|
||||
platform = espressif8266
|
||||
board = esp12e
|
||||
[env:esp8285-ota]
|
||||
platform = espressif8266
|
||||
board = esp12e
|
||||
upload_protocol = espota
|
||||
upload_port = 192.168.20.41
|
||||
Reference in New Issue
Block a user