mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52: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
1
Web.cpp
1
Web.cpp
|
|
@ -2503,6 +2503,7 @@ void Web::begin() {
|
|||
JsonResponse resp;
|
||||
resp.beginResponse(&server, g_content, sizeof(g_content));
|
||||
resp.beginObject();
|
||||
settings.toJSON(resp);
|
||||
resp.addElem("fwVersion", settings.fwVersion.name);
|
||||
resp.beginObject("ethernet");
|
||||
settings.Ethernet.toJSON(resp);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue