Merge branch 'ul-dev' into xfw-dev

This commit is contained in:
Willy-JL
2023-04-23 17:48:05 +01:00
170 changed files with 3650 additions and 1489 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
App(
appid="UART_Echo",
name="[GPIO] UART Echo",
apptype=FlipperAppType.EXTERNAL,
apptype=FlipperAppType.DEBUG,
entry_point="uart_echo_app",
cdefines=["APP_UART_ECHO"],
requires=["gui"],
stack_size=2 * 1024,
order=70,
fap_icon="uart_10px.png",
fap_category="GPIO",
fap_category="Debug",
)