ws: use the same type for the schema keys array

Plus, it's not really a constexpr in this context
This commit is contained in:
Maxim Prokhorov
2021-04-15 11:27:17 +03:00
parent a9be47937b
commit 976176cfaa
4 changed files with 4 additions and 4 deletions

View File

@@ -1225,7 +1225,7 @@ void _relayWebSocketSendRelays(JsonObject& root) {
config["start"] = 0;
{
static constexpr const char* const schema_keys[] PROGMEM = {
static const char* const schema_keys[] PROGMEM = {
"relayProv",
"relayName",
"relayBoot",