From 9b5eff7fda774aa6eb976e4170e03ef749a2e3cc Mon Sep 17 00:00:00 2001 From: IoTThinks Date: Sun, 23 Nov 2025 11:05:31 +0700 Subject: [PATCH] Update README with Power Saving 06 information Added details about Power Saving 06 features and source code. --- firmware/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/firmware/README.md b/firmware/README.md index 0ed0851..c7df774 100644 --- a/firmware/README.md +++ b/firmware/README.md @@ -14,6 +14,11 @@ Pre-compiled bin files: [firmware](https://github.com/IoTThinks/LoRaMeshVietnam/ The latest firmware is on **TOP**. * You can check the Version in MeshCore App > Remote management to confirm the flashed verion. +### Power Saving 06 +Based on MeshCore v1.10.0 (main). +* New Features: Added temperature to telemetry using built-in temperature sensor on ESP32-S3 and NRF52840 +* Source code: https://github.com/IoTThinks/MeshCore/tree/powersaving + ### Power Saving 05 Based on MeshCore v1.10.0 (main). Fixed OTA via WiFi. * Fixed: To wake up 2 minutes during FIRST boot or restart. This is to allow Repeater Setup via UART / Serial cable.