mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-17 05:48:33 +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);
|
subghz->txrx->preset->frequency / 10000 % 100);
|
||||||
}
|
}
|
||||||
if(modulation != NULL) {
|
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…
Add table
Reference in a new issue