fix test proj; added MAC addr on log

This commit is contained in:
2021-01-26 17:37:12 +01:00
parent e88b6e2664
commit a62d3265ca
6 changed files with 12 additions and 18 deletions

View File

@ -25,7 +25,7 @@
#define OTA_PROGRESS_LOG_INTERVAL 7U
#define OTA_MESH_SEGMENT_SIZE MESH_NETWORK_PAYLOAD_SIZE
#define OTA_MESH_TIMEOUT 20000U //in ms
#define OTA_ALLOW_REBOOT 0
#define OTA_ALLOW_REBOOT 1
#define ERROR_CHECK(x) if (err == ESP_OK) \
{ \