Ready to implement OTA logic

This commit is contained in:
2024-10-12 16:30:53 +02:00
parent a088ddc5b8
commit 521ccc899a
2 changed files with 51 additions and 9 deletions
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