merge master

This commit is contained in:
technyon
2023-01-27 23:03:18 +01:00
23 changed files with 1134 additions and 772 deletions

View File

@@ -18,7 +18,7 @@ public:
explicit Network(Preferences* preferences, const String& maintenancePathPrefix);
void initialize();
int update();
bool update();
void registerMqttReceiver(MqttReceiver* receiver);
void reconfigureDevice();
void setMqttPresencePath(char* path);