unleashed-firmware/applications/nrfsniff/application.fam
MX f4cc9e5de7
plugins & badusb
if author want their plugin to be removed - create issue, thanks
2022-07-29 17:48:51 +03:00

11 lines
221 B
Plaintext

App(
appid="nrf_sniff",
name="[HW] NRF24: Sniffer",
apptype=FlipperAppType.PLUGIN,
entry_point="nrfsniff_app",
cdefines=["APP_NRFSNIFF"],
requires=["gui"],
stack_size=2 * 1024,
order=70,
)