Ready to implement OTA logic
This commit is contained in:
esp32_device/main
@ -38,4 +38,9 @@
|
||||
/**
|
||||
* Interval of time (in seconds) between two synchronisations
|
||||
*/
|
||||
#define SYNC_TIME_INTERVAL 5
|
||||
#define SYNC_TIME_INTERVAL 5
|
||||
|
||||
/**
|
||||
* OTA download timeout (in milliseconds)
|
||||
*/
|
||||
#define OTA_REC_TIMEOUT 15000
|
Reference in New Issue
Block a user