From dfc869aad04258d7ef99418ca28af1590de3a3d9 Mon Sep 17 00:00:00 2001 From: Markus Krause Date: Sun, 26 Mar 2023 00:00:59 +0100 Subject: [PATCH] fix display selection for s3 --- src/web/html/setup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/html/setup.html b/src/web/html/setup.html index c035ce4c..bfbda402 100644 --- a/src/web/html/setup.html +++ b/src/web/html/setup.html @@ -775,7 +775,7 @@ parsePinout(root["pinout"], root["system"]["esp_type"], root["system"]); parseRadio(root["radio"]); parseSerial(root["serial"]); - parseDisplay(root["display"], root["system"]["esp_type"]); + parseDisplay(root["display"], root["system"]["esp_type"], root["system"]); getAjax("/api/inverter/list", parseIv); } }