mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-07-04 21:28:53 +00:00
fixed outdated jsonDocument
This commit is contained in:
parent
705f202650
commit
d8f1bf9111
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ void setup()
|
||||||
|
|
||||||
server.on("/config", HTTP_GET, [&, defaultIp, ssid, pwd, universe](AsyncWebServerRequest *request)
|
server.on("/config", HTTP_GET, [&, defaultIp, ssid, pwd, universe](AsyncWebServerRequest *request)
|
||||||
{
|
{
|
||||||
DynamicJsonDocument doc(1024);
|
JsonDocument doc;
|
||||||
|
|
||||||
doc["ssid"] = ssid;
|
doc["ssid"] = ssid;
|
||||||
doc["pwd"] = pwd;
|
doc["pwd"] = pwd;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue