From 3c599b5e4269f7747661159e6bebcb6df08067e3 Mon Sep 17 00:00:00 2001 From: Carsten Schmiemann Date: Sun, 13 Nov 2022 00:59:30 +0100 Subject: [PATCH] Fix lang config --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 955ecfe..d871be4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -430,6 +430,7 @@ void setup() { json["address_inverter"] = address_inverter; json["address_battery"] = address_battery; json["address_outside_temperature"] = address_outside_temperature; + json["display_language"] = display_lang; File configFile = Flash.open("/config.json", "w"); if (!configFile) {