Return protocols Repeat option (used by external apps)

This commit is contained in:
Dmitry422
2026-01-26 16:15:22 +07:00
parent 6bf2a6cb68
commit d47bc02326
50 changed files with 238 additions and 49 deletions

View File

@@ -667,7 +667,10 @@ SubGhzProtocolStatus
subghz_protocol_keeloq_check_remote_controller(
&instance->generic, instance->keystore, &instance->manufacture_name);
// Optional value
flipper_format_read_uint32(
flipper_format, "Repeat", (uint32_t*)&instance->encoder.repeat, 1);
if(!subghz_protocol_encoder_keeloq_get_upload(instance, instance->generic.btn)) {
ret = SubGhzProtocolStatusErrorEncoderGetUpload;
break;