mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-22 05:14:46 -07:00
fmt
This commit is contained in:
@@ -38,6 +38,7 @@ bool subghz_scene_transmitter_update_data_show(void* context) {
|
|||||||
furi_string_get_cstr(frequency_str),
|
furi_string_get_cstr(frequency_str),
|
||||||
furi_string_get_cstr(modulation_str),
|
furi_string_get_cstr(modulation_str),
|
||||||
subghz_txrx_protocol_is_transmittable(subghz->txrx, false));
|
subghz_txrx_protocol_is_transmittable(subghz->txrx, false));
|
||||||
|
|
||||||
ret = true;
|
ret = true;
|
||||||
}
|
}
|
||||||
furi_string_free(frequency_str);
|
furi_string_free(frequency_str);
|
||||||
|
|||||||
Reference in New Issue
Block a user