1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 20:49:49 +04:00

Prepare apps for next OFW changes

PR 2420 will change PLUGIN type meaning
This commit is contained in:
MX
2023-03-13 19:25:17 +03:00
parent c560394358
commit d5ea5168a0
9 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
App(
appid="UART_Echo",
name="UART Echo",
apptype=FlipperAppType.PLUGIN,
apptype=FlipperAppType.EXTERNAL,
entry_point="uart_echo_app",
cdefines=["APP_UART_ECHO"],
requires=["gui"],