First Version to be updateable over API
All checks were successful
Test compiling project / test (push) Successful in 2m34s
All checks were successful
Test compiling project / test (push) Successful in 2m34s
This commit is contained in:
@@ -7,6 +7,6 @@
|
||||
#define water_level_min_key "water_level_min"
|
||||
#define water_level_max_key "water_level_max"
|
||||
#define water_volume_key "water_volume"
|
||||
#define current_software_version Version{0, 0, 9}
|
||||
#define current_software_version Version{0, 0, 11}
|
||||
|
||||
#define RESISTOR_VALUE 4
|
||||
@@ -45,4 +45,5 @@ struct OTAStatus {
|
||||
Version current_version;
|
||||
Version latest_version;
|
||||
int update_progress;
|
||||
String update_url;
|
||||
};
|
||||
Reference in New Issue
Block a user