fix back to external

This commit is contained in:
RogueMaster
2022-09-18 19:57:30 -04:00
parent 426084dd07
commit 3878acbf08
3 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
App(
appid="APPS_BluetoothRemote",
name="Bluetooth Remote",
apptype=FlipperAppType.PLUGIN,
apptype=FlipperAppType.EXTERNAL,
entry_point="bt_hid_app",
stack_size=1 * 1024,
cdefines=["APP_BLE_HID"],