get standadlone working with espMqttClient

This commit is contained in:
Proddy
2023-07-14 12:11:48 +02:00
parent 1b623014c1
commit f3d3a386ee
5 changed files with 33 additions and 18 deletions

View File

@@ -101,7 +101,10 @@ class ESP8266React {
: _settings(server, fs, nullptr)
, _securitySettingsService(server, fs){};
void begin(){};
void begin() {
// initialize mqtt
_mqttClient = new espMqttClient();
};
void loop(){};
SecurityManager * getSecurityManager() {