fix setting hostname and clean sessions

This commit is contained in:
technyon
2023-01-27 20:39:04 +01:00
parent e14e71b5cc
commit 70753eb1ad
4 changed files with 8 additions and 5 deletions

View File

@@ -59,6 +59,7 @@ private:
static Network* _inst;
Preferences* _preferences;
String _hostname;
char _hostnameArr[101] = {0};
NetworkDevice* _device = nullptr;
int _mqttConnectionState = 0;