Возвращаем ; в сценарии как незначащий символ

This commit is contained in:
2022-09-04 09:01:47 +03:00
parent a010859c06
commit 9403a150ff

View File

@@ -98,6 +98,7 @@ void webSocketEvent(uint8_t num, WStype_t type, uint8_t* payload, size_t length)
strFromFile.replace("{\"scen\":\"", "");
strFromFile.replace("\\n", "\n");
strFromFile.replace("\\\"", "\"");
strFromFile.replace(";", " ");
strFromFile.remove(strFromFile.length() - 2, 2);
}
myfile.close();