логирование в процессе

This commit is contained in:
Dmitry Borisenko
2022-08-25 15:15:06 +02:00
parent bc545cc958
commit f90176879f
9 changed files with 63 additions and 12 deletions

View File

@@ -32,7 +32,7 @@ void mqttCallback(char* topic, uint8_t* payload, size_t length);
void handleMqttStatus(bool send);
void handleMqttStatus(bool send, int state);
void sendAllFilesToMQTT();
void sendLogData(String file, String topic);
void createOneSingleJson(String& json_array, String file);
const String getStateStr(int e);