Fix bkp bug

This commit is contained in:
cjkas 2026-04-03 20:07:40 +02:00
parent 47404ca63c
commit 5a167e3b11

View file

@ -2115,8 +2115,10 @@ void Web::begin() {
AsyncJsonResp resp;
resp.beginResponse(request, g_async_content, sizeof(g_async_content));
resp.beginObject();
resp.beginObject("config");
serializeTransceiverConfig(resp);
resp.endObject();
resp.endObject();
resp.endResponse();
}));