fix in clear Neighbours Queue
This commit is contained in:
@ -18,8 +18,8 @@
|
||||
#include "HTTPS_Client.h"
|
||||
|
||||
#define ERASE_NVS //erase non volatile storage if full
|
||||
#define QUEUE_NODES_SIZE 10
|
||||
#define QUEUE_MESSAGE_OTA_SIZE 10
|
||||
#define QUEUE_NODES_SIZE 20
|
||||
#define QUEUE_MESSAGE_OTA_SIZE 20
|
||||
#define SERVER_CHECK_INTERVAL 30 //in seconds
|
||||
#define OTA_HTTPS_SEGMENT_SIZE 2048U
|
||||
#define OTA_PROGRESS_LOG_INTERVAL 7U
|
||||
|
Reference in New Issue
Block a user