Fix GPIO ordering

This commit is contained in:
RogueMaster
2022-12-19 18:55:23 -05:00
parent da52c979a1
commit 700d0a060e
2 changed files with 2 additions and 2 deletions
@@ -1,5 +1,5 @@
App(
appid="GPIOReader",
appid="GPIO_Reader_B",
name="GPIO Reader (biotinker)",
apptype=FlipperAppType.EXTERNAL,
entry_point="gpio_app",
@@ -1,5 +1,5 @@
App(
appid="GPIOReader2",
appid="GPIO_Reader_A",
name="GPIO Reader (Aurelilc)",
apptype=FlipperAppType.EXTERNAL,
entry_point="GPIO_reader_app",