SubGhz: refactoring move txrx

This commit is contained in:
gid9798
2023-05-09 19:10:56 +03:00
parent 9b3654c1f0
commit d7f3b8a425
16 changed files with 416 additions and 400 deletions

View File

@@ -15,7 +15,7 @@ void subghz_scene_delete_on_enter(void* context) {
FuriString* modulation_str = furi_string_alloc();
FuriString* text = furi_string_alloc();
subghz_get_frequency_modulation(subghz->txrx, frequency_str, modulation_str, false);
subghz_txrx_get_frequency_modulation(subghz->txrx, frequency_str, modulation_str, false);
widget_add_string_element(
subghz->widget,
78,