Merge remote-tracking branch 'upstream/master' into http-server

This commit is contained in:
iranl
2024-09-08 21:03:06 +02:00
15 changed files with 648 additions and 307 deletions

View File

@@ -76,9 +76,10 @@ private:
String concat(String a, String b);
Preferences* _preferences;
Preferences* _preferences = nullptr;
NukiNetwork* _network = nullptr;
NukiPublisher* _nukiPublisher = nullptr;
std::map<uint32_t, String> _authEntries;
char _mqttPath[181] = {0};