mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-12 03:04:27 +05:00
small fix
This commit is contained in:
@@ -27,8 +27,8 @@ protected:
|
|||||||
|
|
||||||
Blinker* blinker = nullptr;
|
Blinker* blinker = nullptr;
|
||||||
bool blinkerInitialized = false;
|
bool blinkerInitialized = false;
|
||||||
unsigned long lastHeapInfo = 0;
|
|
||||||
unsigned long firstFailConnect = 0;
|
unsigned long firstFailConnect = 0;
|
||||||
|
unsigned long lastHeapInfo = 0;
|
||||||
unsigned int heapSize = 0;
|
unsigned int heapSize = 0;
|
||||||
unsigned int minFreeHeapSize = 0;
|
unsigned int minFreeHeapSize = 0;
|
||||||
unsigned int minMaxFreeHeapBlockSize = 0;
|
unsigned int minMaxFreeHeapBlockSize = 0;
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
#include <WiFiClient.h>
|
|
||||||
#include <PubSubClient.h>
|
#include <PubSubClient.h>
|
||||||
#include <MqttWiFiClient.h>
|
#include <MqttWiFiClient.h>
|
||||||
#include <MqttWriter.h>
|
#include <MqttWriter.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user