mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-20 04:54:45 -07:00
fix[unirf]: removed leftover debug messages
This commit is contained in:
@@ -671,10 +671,8 @@ static bool unirfremix_send_sub(
|
|||||||
const SubGhzProtocol* registry =
|
const SubGhzProtocol* registry =
|
||||||
subghz_protocol_registry_get_by_name(string_get_cstr(preset->protocol));
|
subghz_protocol_registry_get_by_name(string_get_cstr(preset->protocol));
|
||||||
FURI_LOG_D(TAG, "Protocol-TYPE %d", registry->type);
|
FURI_LOG_D(TAG, "Protocol-TYPE %d", registry->type);
|
||||||
FURI_LOG_I(TAG, "3");
|
|
||||||
if(registry && registry->type == SubGhzProtocolTypeDynamic) {
|
if(registry && registry->type == SubGhzProtocolTypeDynamic) {
|
||||||
FURI_LOG_D(TAG, " Protocol is dynamic. Updating Repeat");
|
FURI_LOG_D(TAG, " Protocol is dynamic. Updating Repeat");
|
||||||
FURI_LOG_I(TAG, "4");
|
|
||||||
unirfremix_save_protocol_to_file(fff_data, path);
|
unirfremix_save_protocol_to_file(fff_data, path);
|
||||||
|
|
||||||
keeloq_reset_mfname();
|
keeloq_reset_mfname();
|
||||||
|
|||||||
Reference in New Issue
Block a user