This commit is contained in:
e2002
2022-12-28 16:41:53 +03:00
parent d611d44eee
commit 4f4bd6d507
6 changed files with 33 additions and 12 deletions

View File

@@ -512,7 +512,6 @@ void NetServer::onWsMessage(void *arg, uint8_t *data, size_t len, uint8_t client
}
}
if (strcmp(cmd, "snuffle") == 0) {
Serial.printf("snuffle=%s\t********************\n", val);
config.setSnuffle(strcmp(val, "true") == 0);
return;
}