remove NetworkDevice dependency from MqttLogger library

This commit is contained in:
Luca Oliano
2024-02-04 19:05:26 +01:00
parent de117f5a06
commit c716afb254
8 changed files with 38 additions and 13 deletions

View File

@@ -61,6 +61,7 @@ private:
static void clearRtcInitVar(WiFiManager*);
void onDisconnected();
MqttClient *getMqttClient() const;
WiFiManager _wm;
espMqttClient* _mqttClient = nullptr;