Main apps in ext apps folders (use if not in menu)

This commit is contained in:
Willy-JL
2023-08-04 20:55:55 +02:00
parent 4891a37033
commit 00728b688b
10 changed files with 10 additions and 7 deletions

View File

@@ -7,4 +7,5 @@ App(
icon="A_BadKb_14",
order=70,
fap_icon="icon.png",
fap_category="Tools",
)

View File

@@ -7,4 +7,5 @@ App(
icon="A_GPIO_14",
order=50,
fap_icon="icon.png",
fap_category="GPIO",
)

View File

@@ -8,6 +8,7 @@ App(
stack_size=2 * 1024,
order=60,
fap_icon="icon.png",
fap_category="iButton",
)
App(

View File

@@ -8,6 +8,7 @@ App(
stack_size=3 * 1024,
order=40,
fap_icon="icon.png",
fap_category="Infrared",
)
App(

View File

@@ -8,6 +8,7 @@ App(
stack_size=2 * 1024,
order=20,
fap_icon="icon.png",
fap_category="RFID",
)
App(

View File

@@ -8,6 +8,7 @@ App(
stack_size=5 * 1024,
order=30,
fap_icon="icon.png",
fap_category="NFC",
)
App(

View File

@@ -19,6 +19,7 @@ App(
order=10,
fap_libs=["hwdrivers"],
fap_icon="icon.png",
fap_category="Sub-GHz",
)
App(

View File

@@ -7,4 +7,5 @@ App(
icon="A_U2F_14",
order=80,
fap_icon="icon.png",
fap_category="USB",
)

View File

@@ -7,4 +7,5 @@ App(
icon="A_Xtreme_14",
order=90,
fap_icon="icon.png",
fap_category="assets"
)