From 5710dcb3aeca550bd2db1c1477bde636b72f6d8a Mon Sep 17 00:00:00 2001 From: IoTThinks Date: Fri, 21 Nov 2025 16:39:00 +0700 Subject: [PATCH] Fix wording in Power Saving 05 section Updated README to clarify wake-up behavior and known issue. --- firmware/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/README.md b/firmware/README.md index 889a855..04deabd 100644 --- a/firmware/README.md +++ b/firmware/README.md @@ -17,7 +17,8 @@ The latest firmware is on **TOP**. ### Power Saving 05 Based on MeshCore v1.10.0 (main). Fixed OTA via WiFi. * Download of bin files: [HERE](https://github.com/IoTThinks/LoRaMeshVietnam/tree/main/firmware) -* To wake up 2 minutes during FIRST boot or restart. This is to allow Repeater Setup via UART / Serial cable. +* Fixed: To wake up 2 minutes during FIRST boot or restart. This is to allow Repeater Setup via UART / Serial cable. +* Known issue: The clock drifts in 3 minutes in advance due to slow clock of ESP32 during light sleep. * Source code: https://github.com/IoTThinks/MeshCore/tree/powersaving ### Power Saving 04