Version 1.9 - fix first LED "laggy" issue (reported by Z3BRO).

This commit is contained in:
Derek Jamison 2024-01-17 10:26:35 -06:00
parent fe3bb3b354
commit a012ec78e0
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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",