Fix issue where connType was not being sent.

This commit is contained in:
Robert Strouse 2024-04-10 13:44:57 -07:00
parent ce3946c9e6
commit 652346a7c7
3 changed files with 1 additions and 0 deletions

View file

@ -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);