mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
9 lines
257 B
Text
9 lines
257 B
Text
App(
|
|
appid="radio_device_cc1101_ext",
|
|
apptype=FlipperAppType.PLUGIN,
|
|
targets=["f7"],
|
|
entry_point="subghz_device_cc1101_ext_ep",
|
|
requires=["subghz"],
|
|
sdk_headers=["cc1101_ext/cc1101_ext_interconnect.h"],
|
|
fap_libs=["hwdrivers"],
|
|
)
|