Addressing mesh nodes appearing as disconnected after a perdio of time while they are still connected.

This commit is contained in:
stephb9959
2021-11-20 22:07:23 -08:00
parent 4419af1e0f
commit 380f1df811
35 changed files with 170 additions and 245 deletions

View File

@@ -9,7 +9,6 @@
#include <chrono>
#include <algorithm>
#include "Poco/UUIDGenerator.h"
#include "Poco/JSON/Parser.h"
#include "CentralConfig.h"
@@ -19,7 +18,6 @@
#include "RESTAPI_device_commandHandler.h"
#include "StorageService.h"
#include "RESTAPI_RPC.h"
#include "CommandManager.h"
#include "TelemetryStream.h"
#include "framework/RESTAPI_protocol.h"
#include "framework/uCentral_Protocol.h"