1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 05:06:30 +04:00

Fix SubGhz Apps & LF RFID

This commit is contained in:
gid9798
2023-07-10 19:59:25 +03:00
parent 5398fb806e
commit 0e1a54141e
10 changed files with 1017 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ env.Append(
File("registry.h"),
File("subghz_worker.h"),
File("subghz_tx_rx_worker.h"),
File("subghz_file_encoder_worker.h"),
File("transmitter.h"),
File("protocols/raw.h"),
File("blocks/const.h"),
@@ -17,6 +18,7 @@ env.Append(
File("blocks/encoder.h"),
File("blocks/generic.h"),
File("blocks/math.h"),
File("blocks/custom_btn.h"),
File("subghz_setting.h"),
File("subghz_protocol_registry.h"),
],