mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-09 09:47:08 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user