Version 1.9 - fix first LED "laggy" issue (reported by Z3BRO).
This commit is contained in:
parent
fe3bb3b354
commit
a012ec78e0
@ -23,6 +23,8 @@ This application has three submenu items:
|
||||
The "About" menu item contains information about the application.
|
||||
|
||||
# Updates
|
||||
- Version 1.9
|
||||
- Use logic LOW instead of HIGH as resting state. Fixes first LED was "laggy" issue.
|
||||
- Version 1.8
|
||||
- Renamed app to fit on Flipper Zero main menu screen
|
||||
- Improved initialization to only happen when configuring the LEDs
|
||||
|
@ -3,7 +3,7 @@ App(
|
||||
name="WS2812B LED Tester",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="ws2812b_led_tester_app",
|
||||
fap_version=(1, 8),
|
||||
fap_version=(1, 9),
|
||||
stack_size=4 * 1024,
|
||||
requires=[
|
||||
"gui",
|
||||
|
Loading…
Reference in New Issue
Block a user