mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-04-20 11:02:14 +02:00
Fix bkp bug
This commit is contained in:
parent
47404ca63c
commit
5a167e3b11
1 changed files with 2 additions and 0 deletions
|
|
@ -2115,8 +2115,10 @@ void Web::begin() {
|
||||||
AsyncJsonResp resp;
|
AsyncJsonResp resp;
|
||||||
resp.beginResponse(request, g_async_content, sizeof(g_async_content));
|
resp.beginResponse(request, g_async_content, sizeof(g_async_content));
|
||||||
resp.beginObject();
|
resp.beginObject();
|
||||||
|
resp.beginObject("config");
|
||||||
serializeTransceiverConfig(resp);
|
serializeTransceiverConfig(resp);
|
||||||
resp.endObject();
|
resp.endObject();
|
||||||
|
resp.endObject();
|
||||||
resp.endResponse();
|
resp.endResponse();
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue