add MqttLogger

This commit is contained in:
technyon
2022-12-23 22:32:57 +01:00
parent 7674e2a08d
commit 7ee197e827
15 changed files with 447 additions and 45 deletions

View File

@@ -10,6 +10,7 @@
#include "hardware/WifiEthServer.h"
#include "NukiOpenerWrapper.h"
#include "Gpio.h"
#include "Logger.h"
Network* network = nullptr;
NetworkLock* networkLock = nullptr;
@@ -161,6 +162,7 @@ void setup()
pinMode(NETWORK_SELECT, INPUT_PULLUP);
Serial.begin(115200);
Log = &Serial;
initPreferences();