From 812c50b41fec37f5cb0bf5a95cc45bf507555b15 Mon Sep 17 00:00:00 2001 From: Derek Jamison Date: Sun, 26 Nov 2023 13:12:20 -0600 Subject: [PATCH] Add version in About screen. --- gpio/ws2812b_tester/app.c | 2 +- gpio/ws2812b_tester/application.fam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gpio/ws2812b_tester/app.c b/gpio/ws2812b_tester/app.c index bd64634..7d88511 100644 --- a/gpio/ws2812b_tester/app.c +++ b/gpio/ws2812b_tester/app.c @@ -518,7 +518,7 @@ static LedTesterApp* led_tester_app_alloc() { 0, 128, 64, - "This is a WS2812B LED tester\n\nConnect WS2812B LED data\nwire to GPIO pin on Flipper.\n\nThe 3V3 pin has a 1200mA\nmax current (~4 watts). The\n5V pin has a 1000mA max\ncurrent (5 watts).\n\nauthors: @codeallnight and\nZ3BRO!\n\nhttps://discord.com/invite/NsjCvqwPAd\nhttps://youtube.com/@MrDerekJamison\n\n"); + "This is a WS2812B LED tester\nVersion 1.5\nConnect WS2812B LED data\nwire to GPIO pin on Flipper.\n\nThe 3V3 pin has a 1200mA\nmax current (~4 watts). The\n5V pin has a 1000mA max\ncurrent (5 watts).\n\nauthors: @codeallnight and\nZ3BRO!\n\nhttps://discord.com/invite/NsjCvqwPAd\nhttps://youtube.com/@MrDerekJamison\n\n"); view_set_previous_callback( widget_get_view(app->widget_about), led_tester_navigation_submenu_callback); view_dispatcher_add_view( diff --git a/gpio/ws2812b_tester/application.fam b/gpio/ws2812b_tester/application.fam index 008a152..01f276d 100644 --- a/gpio/ws2812b_tester/application.fam +++ b/gpio/ws2812b_tester/application.fam @@ -3,7 +3,7 @@ App( name="WS2812B LED Tester App", apptype=FlipperAppType.EXTERNAL, entry_point="ws2812b_led_tester_app", - fap_version=(1, 4), + fap_version=(1, 5), stack_size=4 * 1024, requires=[ "gui",