1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 20:49:49 +04:00

ir cli fix

by WillyJL
This commit is contained in:
MX
2025-12-01 05:31:26 +03:00
parent 259efadaea
commit 5bd0f642dd

View File

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