Merge pull request #4683 from srg74/main

Fixing markdownlint errors
This commit is contained in:
netmindz
2025-05-11 17:13:41 +00:00
committed by Frank
parent 462e4cb805
commit 0f5c1bb4b4
7 changed files with 51 additions and 25 deletions

View File

@@ -2,6 +2,7 @@
v2 Usermod to automatically save settings
to preset number AUTOSAVE_PRESET_NUM after a change to any of:
* brightness
* effect speed
* effect intensity
@@ -19,7 +20,7 @@ Note: WLED doesn't respect the brightness of the preset being auto loaded, so th
## Installation
Copy and update the example `platformio_override.ini.sample`
Copy and update the example `platformio_override.ini.sample`
from the Rotary Encoder UI usermode folder to the root directory of your particular build.
This file should be placed in the same directory as `platformio.ini`.
@@ -50,6 +51,9 @@ Note: the Four Line Display usermod requires the libraries `U8g2` and `Wire`.
## Change Log
2021-02
* First public release
2021-04
* Adaptation for runtime configuration.