mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-21 15:47:06 +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:
@@ -1903,7 +1903,7 @@ void onConnected(JsonObject& root) {
|
||||
root["max"] = wifi::build::NetworksMax;
|
||||
|
||||
{
|
||||
const char* schema_keys[] = {
|
||||
static const char* const schema_keys[] PROGMEM = {
|
||||
"ssid",
|
||||
"pass",
|
||||
"ip",
|
||||
|
||||
Reference in New Issue
Block a user