mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 04:53:08 +00:00
fix subghz display bug
This commit is contained in:
parent
16ea8dc568
commit
4cb585e4b9
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ void subghz_get_frequency_modulation(SubGhz* subghz, FuriString* frequency, Furi
|
|||
subghz->txrx->preset->frequency / 10000 % 100);
|
||||
}
|
||||
if(modulation != NULL) {
|
||||
furi_string_printf(modulation, "%2s", furi_string_get_cstr(subghz->txrx->preset->name));
|
||||
furi_string_printf(modulation, "%.2s", furi_string_get_cstr(subghz->txrx->preset->name));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue