mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 06:50:21 +00:00
11 lines
206 B
Text
11 lines
206 B
Text
|
App(
|
||
|
appid="uart_echo",
|
||
|
name="UART Echo",
|
||
|
apptype=FlipperAppType.DEBUG,
|
||
|
entry_point="uart_echo_app",
|
||
|
requires=["gui"],
|
||
|
stack_size=2 * 1024,
|
||
|
order=70,
|
||
|
fap_category="Debug",
|
||
|
)
|