2023-06-18 13:44:45 +00:00
|
|
|
App(
|
|
|
|
appid="radio_device_cc1101_ext",
|
|
|
|
apptype=FlipperAppType.PLUGIN,
|
2023-07-03 09:35:27 +00:00
|
|
|
targets=["f7"],
|
2023-06-18 13:44:45 +00:00
|
|
|
entry_point="subghz_device_cc1101_ext_ep",
|
|
|
|
requires=["subghz"],
|
|
|
|
fap_libs=["hwdrivers"],
|
|
|
|
)
|