appid must be lowercase in latest firmware

This commit is contained in:
Derek Jamison
2023-06-11 17:03:26 -05:00
parent 435aad3ecf
commit 1d8134f778
13 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
App(
appid="GPIO_7Segment_Output",
appid="gpio_7segment_output",
name="GPIO 7-Segment Output",
apptype=FlipperAppType.EXTERNAL,
entry_point="gpio_7segment_app",