mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-02-17 12:12:11 +01:00
Fix issue where connType was not being sent.
This commit is contained in:
parent
ce3946c9e6
commit
652346a7c7
3 changed files with 1 additions and 0 deletions
Binary file not shown.
Binary file not shown.
1
Web.cpp
1
Web.cpp
|
|
@ -2503,6 +2503,7 @@ void Web::begin() {
|
||||||
JsonResponse resp;
|
JsonResponse resp;
|
||||||
resp.beginResponse(&server, g_content, sizeof(g_content));
|
resp.beginResponse(&server, g_content, sizeof(g_content));
|
||||||
resp.beginObject();
|
resp.beginObject();
|
||||||
|
settings.toJSON(resp);
|
||||||
resp.addElem("fwVersion", settings.fwVersion.name);
|
resp.addElem("fwVersion", settings.fwVersion.name);
|
||||||
resp.beginObject("ethernet");
|
resp.beginObject("ethernet");
|
||||||
settings.Ethernet.toJSON(resp);
|
settings.Ethernet.toJSON(resp);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue