From 03e96f562f53faa53c32d46dbda7245ae3c71b17 Mon Sep 17 00:00:00 2001 From: Legolas-2025 Date: Mon, 27 Oct 2025 22:14:44 +0100 Subject: [PATCH] Create pull request for DST fix --- PULL_REQUEST.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 PULL_REQUEST.md diff --git a/PULL_REQUEST.md b/PULL_REQUEST.md new file mode 100644 index 0000000..acd1ea9 --- /dev/null +++ b/PULL_REQUEST.md @@ -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. \ No newline at end of file