Nero Radio 57bit experimental support

+ encoder improvements and decoder changes

Please report if you find any issues with old 56bit systems that was working before this change!
This commit is contained in:
MX
2023-04-14 23:44:18 +03:00
parent afab1bdaad
commit 8a468fccf0
2 changed files with 36 additions and 12 deletions

View File

@@ -152,7 +152,7 @@ SubGhzProtocolStatus subghz_block_generic_deserialize_check_count_bit(
break;
}
if(instance->data_count_bit != count_bit) {
FURI_LOG_E(TAG, "Wrong number of bits in key");
FURI_LOG_D(TAG, "Wrong number of bits in key");
ret = SubGhzProtocolStatusErrorValueBitCount;
break;
}