1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-12 04:34:24 +04:00

Infrared: Fix infrared CLI plugin MissingImports (#4312)

This commit is contained in:
WillyJL
2025-12-01 14:01:35 +01:00
committed by GitHub
parent cd79d4f689
commit c9ab2b6827

View File

@@ -21,4 +21,5 @@ App(
entry_point="cli_ir_ep",
requires=["cli"],
sources=["infrared_cli.c"],
fap_libs=["infrared"],
)