mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-24 22:07:14 +03:00
0b19fd29e6
* Correct for pulse duration cumulative discrepancy * Add infrared test application * Build infrared_test_app for f7 only Co-authored-by: あく <alleteam@gmail.com>
9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
App(
|
|
appid="infrared_test",
|
|
name="Infrared Test",
|
|
apptype=FlipperAppType.DEBUG,
|
|
entry_point="infrared_test_app",
|
|
fap_category="Debug",
|
|
targets=["f7"],
|
|
)
|