mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-07 22:22:21 -04:00
Missing image files
This commit is contained in:
parent
82cb56e9b2
commit
a35d9ee8a9
12 changed files with 52 additions and 65 deletions
|
@ -73,7 +73,7 @@ void LCRView::paint(Painter& painter) {
|
|||
button_setrgsb.set_text(rgsb);
|
||||
|
||||
// Recap: frequency @ baudrate
|
||||
final_str = to_string_short_freq(persistent_memory::tuned_frequency(), 3);
|
||||
final_str = to_string_short_freq(persistent_memory::tuned_frequency());
|
||||
final_str += '@';
|
||||
final_str += to_string_dec_int(persistent_memory::modem_baudrate(), 4);
|
||||
final_str += "bps ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue