mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-01-04 17:08:42 +00:00
8 lines
179 B
Text
8 lines
179 B
Text
|
App(
|
||
|
appid="radio_device_cc1101_ext",
|
||
|
apptype=FlipperAppType.PLUGIN,
|
||
|
entry_point="subghz_device_cc1101_ext_ep",
|
||
|
requires=["subghz"],
|
||
|
fap_libs=["hwdrivers"],
|
||
|
)
|