[FL-3092] SubGhz: add DOOYA protocol (#2178)

* SubGhz: add DOOYA protocol
* SubGhz: add unit_test DOOYA protocol
* SubGhz: fix protocol Dooya

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
Skorpionm
2023-02-08 20:37:24 +04:00
committed by GitHub
parent 8288a08eb3
commit 0afc4a8982
8 changed files with 591 additions and 2 deletions

View File

@@ -39,5 +39,6 @@
#include "ansonic.h"
#include "smc5326.h"
#include "holtek_ht12x.h"
#include "dooya.h"
extern const SubGhzProtocolRegistry subghz_protocol_registry;