ws: module names in flash

This commit is contained in:
Maxim Prokhorov
2022-05-25 02:56:44 +03:00
parent c52002a397
commit d2c7f7ea28
25 changed files with 68 additions and 68 deletions

View File

@@ -2338,7 +2338,7 @@ void _lightWebSocketStatus(JsonObject& root) {
}
void _lightWebSocketOnVisible(JsonObject& root) {
wsPayloadModule(root, "light");
wsPayloadModule(root, PSTR("light"));
}
void _lightWebSocketOnConnected(JsonObject& root) {