add opener code

This commit is contained in:
technyon
2022-05-29 23:23:27 +02:00
parent 62bf4191b2
commit 875dc34012
8 changed files with 440 additions and 5 deletions

View File

@@ -67,6 +67,7 @@ private:
unsigned long _nextReconnect = 0;
char _mqttBrokerAddr[101] = {0};
char _mqttPath[181] = {0};
char _mqttOpenerPath[181] = {0};
char _mqttUser[31] = {0};
char _mqttPass[31] = {0};
int _networkTimeout = 0;