mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 12:51:22 +04:00
10 lines
192 B
Plaintext
10 lines
192 B
Plaintext
|
|
App(
|
||
|
|
appid="uart_echo",
|
||
|
|
name="UART Echo",
|
||
|
|
apptype=FlipperAppType.DEBUG,
|
||
|
|
entry_point="uart_echo_app",
|
||
|
|
requires=["gui"],
|
||
|
|
stack_size=2 * 1024,
|
||
|
|
fap_category="Debug",
|
||
|
|
)
|