Minor libs update

This commit is contained in:
2026-03-26 22:18:35 +01:00
parent 81b710aa70
commit 5a4c67f756
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ This include:
- switch backend lib stm32duino to STM32HAL. It's help reducing binary size (~25 KB) and allow more features to be implemented that way,
- added configuration saving solution (using internal flash, including backlight option),
- internal RTC access through dedicated I2C registers,
- main MCU (pico) reset using power button (Shift + short press on PWR button),
- main MCU (pico) reset using power button (Shift + **short press** on PWR button),
- lighten components drivers,
- auto wake-up using RTC (WIP)...