HTTP, MQTT and PSRAM fixes

This commit is contained in:
iranl
2024-11-04 21:32:57 +01:00
parent 7ea04e6366
commit 7632a8cbcc
6 changed files with 86 additions and 25 deletions

View File

@@ -155,6 +155,7 @@ private:
bool _connectReplyReceived = false;
bool _firstDisconnected = true;
int64_t _publishedUpTime = 0;
int64_t _nextReconnect = 0;
char _mqttBrokerAddr[101] = {0};
char _mqttUser[31] = {0};