1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 05:06:30 +04:00
Files
unleashed-firmware/applications/debug/uart_echo/application.fam

13 lines
270 B
Plaintext
Raw Normal View History

App(
appid="UART_Echo",
name="UART Echo",
apptype=FlipperAppType.EXTERNAL,
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",
)