Merge branch 'dev' into cc1101_ext

This commit is contained in:
MX
2023-07-10 22:44:17 +03:00
9 changed files with 1015 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"),
File("devices/cc1101_configs.h"),