fix publish opener log

This commit is contained in:
technyon
2022-08-14 10:21:37 +02:00
parent eceabfeae7
commit 283b87eb2a
4 changed files with 70 additions and 4 deletions

View File

@@ -45,6 +45,7 @@ private:
void buildMqttPath(const char* path, char* outPath);
void subscribe(const char* path);
void logactionCompletionStatusToString(uint8_t value, char* out);
Preferences* _preferences;