Skip to content

Commit da8f907

Browse files
committed
Merge pull request wled#4439 from dosipod/Upstream_PRs
Update readme.md for rgb-rotary-encoder usermod
1 parent f8a673c commit da8f907

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

usermods/rgb-rotary-encoder/readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The actual / original code that controls the LED modes is from Adam Zeloof. I ta
99
It was quite a bit more work than I hoped, but I got there eventually :)
1010

1111
## Requirements
12-
* "ESP Rotary" by Lennart Hennigs, v1.5.0 or higher: https://github.com/LennartHennigs/ESPRotary
12+
* "ESP Rotary" by Lennart Hennigs, v2.1.1 or higher: https://github.com/LennartHennigs/ESPRotary
1313

1414
## Usermod installation
1515
Simply copy the below block (build task) to your `platformio_override.ini` and compile WLED using this new build task. Or use an existing one and add the buildflag `-D RGB_ROTARY_ENCODER`.
@@ -20,7 +20,7 @@ ESP32:
2020
extends = env:esp32dev
2121
build_flags = ${common.build_flags_esp32} -D WLED_RELEASE_NAME=ESP32 -D RGB_ROTARY_ENCODER
2222
lib_deps = ${esp32.lib_deps}
23-
lennarthennigs/ESP Rotary@^1.5.0
23+
lennarthennigs/ESP Rotary@^2.1.1
2424
```
2525

2626
ESP8266 / D1 Mini:
@@ -29,7 +29,7 @@ ESP8266 / D1 Mini:
2929
extends = env:d1_mini
3030
build_flags = ${common.build_flags_esp8266} -D RGB_ROTARY_ENCODER
3131
lib_deps = ${esp8266.lib_deps}
32-
lennarthennigs/ESP Rotary@^1.5.0
32+
lennarthennigs/ESP Rotary@^2.1.1
3333
```
3434

3535
## How to connect the board to your ESP

0 commit comments

Comments
 (0)