mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-15 16:52:38 +03:00
11 lines
217 B
Plaintext
11 lines
217 B
Plaintext
App(
|
|
appid="nrf_sniff",
|
|
name="[NRF24] Sniffer",
|
|
apptype=FlipperAppType.PLUGIN,
|
|
entry_point="nrfsniff_app",
|
|
cdefines=["APP_NRFSNIFF"],
|
|
requires=["gui"],
|
|
stack_size=2 * 1024,
|
|
order=70,
|
|
)
|