mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-21 04:11:48 +03:00
f4cc9e5de7
if author want their plugin to be removed - create issue, thanks
11 lines
221 B
Plaintext
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,
|
|
)
|