Implement OTA update functionality with configuration and response handling; add necessary protobuf definitions and update main loop integration
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
# Nanopb options for hardware.proto
|
||||
|
||||
# LED configuration
|
||||
hardware.FadeParams.colors max_count:5
|
||||
hardware.FadeParams.colors max_count:5
|
||||
|
||||
hardware.SensorOTAEnable.ssid max_length:32
|
||||
hardware.SensorOTAEnable.password max_length:64
|
||||
hardware.SensorOTAEnable.static_ip max_length:16
|
||||
hardware.SensorOTAEnable.netmask max_length:16
|
||||
hardware.SensorOTAEnable.gateway max_length:16
|
||||
hardware.SensorOTAEnableResponse.ip_address max_length:16
|
||||
hardware.SensorOTAEnableResponse.error_message max_length:64
|
||||
Reference in New Issue
Block a user