This commit is contained in:
Willy-JL
2023-06-07 19:44:35 +01:00
33 changed files with 668 additions and 732 deletions
+2 -2
View File
@@ -7,11 +7,10 @@ env.Append(
SDK_HEADERS=[
File("environment.h"),
File("receiver.h"),
File("registry.h"),
File("subghz_worker.h"),
File("subghz_tx_rx_worker.h"),
File("transmitter.h"),
File("registry.h"),
File("protocols/protocol_items.h"),
File("protocols/raw.h"),
File("blocks/const.h"),
File("blocks/custom_btn.h"),
@@ -20,6 +19,7 @@ env.Append(
File("blocks/generic.h"),
File("blocks/math.h"),
File("subghz_setting.h"),
File("subghz_protocol_registry.h"),
],
)