mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 17:38:36 -07:00
Update from apps repo, magspoof working (not nfc)
This commit is contained in:
@@ -3,11 +3,13 @@ App(
|
||||
name="[UART] UART Terminal",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="uart_terminal_app",
|
||||
cdefines=["APP_UART_TERMINAL"],
|
||||
requires=["gui"],
|
||||
stack_size=1 * 1024,
|
||||
order=90,
|
||||
fap_icon="uart_terminal.png",
|
||||
fap_category="GPIO",
|
||||
fap_icon_assets="assets",
|
||||
fap_author="@cool4uma & (some fixes by @xMasterX)",
|
||||
fap_version="1.2",
|
||||
fap_description="Control various devices via the Flipper Zero UART interface.",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user