Create pull request for DST fix

This commit is contained in:
2025-10-27 22:14:44 +01:00
parent e56cb9f896
commit 03e96f562f
+8
View File
@@ -0,0 +1,8 @@
Summary:
- Adds DST/timezone initialization (CET/CEST) using configTzTime so localtime() and conversions of API unix timestamps respect DST transitions for Ljubljana.
- Fixes provisioning HTML string termination bug that caused compilation error.
- Adds README with detailed pinout and wiring instructions, including the required 10k pull-down for the RCWL-0516 presence sensor, and instructions for using a TTP223 capacitive touch button.
Testing:
- Compiled successfully with esp32 by Espressif Systems v3.3.2 in Arduino IDE.
Notes:
- All original application logic, display behavior, and LED patterns are preserved.