mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-07 05:29:09 -07:00
9 lines
199 B
Plaintext
9 lines
199 B
Plaintext
App(
|
|
appid="radio_device_cc1101_ext",
|
|
apptype=FlipperAppType.PLUGIN,
|
|
targets=["f7"],
|
|
entry_point="subghz_device_cc1101_ext_ep",
|
|
requires=["subghz"],
|
|
fap_libs=["hwdrivers"],
|
|
)
|