mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-07-05 05:38:54 +00:00
Merge branch 'main' of https://github.com/HendrikRauh/dmx-interface
This commit is contained in:
commit
bb4af548c9
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)
|
||||
{
|
||||
DynamicJsonDocument doc(1024);
|
||||
JsonDocument doc;
|
||||
|
||||
doc["ssid"] = ssid;
|
||||
doc["pwd"] = pwd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue