From 3a6bb034562830b772296fe2041eb4781fbc5a37 Mon Sep 17 00:00:00 2001 From: Yurii Date: Thu, 12 Feb 2026 23:32:39 +0300 Subject: [PATCH 1/7] chore: fix build --- platformio.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 2293082..1159aba 100644 --- a/platformio.ini +++ b/platformio.ini @@ -29,8 +29,7 @@ lib_deps = ;milesburton/DallasTemperature@^4.0.5 https://github.com/Laxilef/Arduino-Temperature-Control-Library#fix_85c laxilef/TinyLogger@^1.1.1 -lib_ignore = - paulstoffregen/OneWire +lib_ignore = OneWire build_type = ${secrets.build_type} build_flags = -mtext-section-literals From 13e8bedf3f7cc473293d4fb089eed4ab95f8af55 Mon Sep 17 00:00:00 2001 From: Yurii Date: Fri, 13 Feb 2026 11:21:17 +0300 Subject: [PATCH 2/7] fix: added `await` for `lang.build()` --- src_data/pages/dashboard.html | 2 +- src_data/pages/index.html | 2 +- src_data/pages/network.html | 2 +- src_data/pages/sensors.html | 2 +- src_data/pages/settings.html | 2 +- src_data/pages/upgrade.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src_data/pages/dashboard.html b/src_data/pages/dashboard.html index f01b72b..5cf364c 100644 --- a/src_data/pages/dashboard.html +++ b/src_data/pages/dashboard.html @@ -320,7 +320,7 @@ document.addEventListener('DOMContentLoaded', async () => { const lang = new Lang(document.getElementById('lang')); - lang.build(); + await lang.build(); let actionTimer = null; let actionLongPress = false; diff --git a/src_data/pages/index.html b/src_data/pages/index.html index c309190..247d4bf 100644 --- a/src_data/pages/index.html +++ b/src_data/pages/index.html @@ -169,7 +169,7 @@