SubGhz: fix holtek protocol (#1217)

* SubGhz: fix holtek protocol
* SubGhz: fix Princeton false positive on GateTx receive

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Skorpionm
2022-05-11 15:19:15 +04:00
committed by GitHub
parent 7f8d82bd98
commit a5bb417fd7
3 changed files with 7 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
#define CAME_ATOMO_DIR_NAME "/ext/subghz/assets/came_atomo"
#define NICE_FLOR_S_DIR_NAME "/ext/subghz/assets/nice_flor_s"
#define TEST_RANDOM_DIR_NAME "/ext/unit_tests/subghz/test_random_raw.sub"
#define TEST_RANDOM_COUNT_PARSE 116
#define TEST_RANDOM_COUNT_PARSE 113
#define TEST_TIMEOUT 10000
static SubGhzEnvironment* environment_handler;