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

@@ -322,7 +322,11 @@ SubGhzProtocolStatus
if(ret != SubGhzProtocolStatusOk) {
break;
}
// Optional value
flipper_format_read_uint32(
flipper_format, "Repeat", (uint32_t*)&instance->encoder.repeat, 1);
subghz_protocol_phoenix_v2_check_remote_controller(&instance->generic);
if(!subghz_protocol_encoder_phoenix_v2_get_upload(instance)) {