subghz add zkteco support, fbt format

This commit is contained in:
MX
2025-08-11 21:29:58 +03:00
parent 46e7912d94
commit 40e56bc862
8 changed files with 29 additions and 11 deletions

View File

@@ -60,7 +60,6 @@ bool subghz_scene_set_seed_on_event(void* context, SceneManagerEvent event) {
bool generated_protocol = false;
if(event.type == SceneManagerEventTypeCustom) {
if(event.event == SubGhzCustomEventByteInputDone) {
switch(subghz->gen_info->type) {
case GenFaacSLH:
subghz->gen_info->faac_slh.seed = __bswap32(subghz->gen_info->faac_slh.seed);