mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-29 17:17:28 -04:00
Transmitter config widget
Frequency manager duplicate alert Tone sets
This commit is contained in:
parent
0642d633c3
commit
688a012443
29 changed files with 759 additions and 203 deletions
|
@ -104,7 +104,7 @@ std::string freqman_item_string(freqman_entry &entry) {
|
|||
to_string_dec_int((value / 100) % 10000, 4, '0');
|
||||
|
||||
if (entry.description.size() <= 19) {
|
||||
item_string = entry.frequency_str + ":" + entry.description;
|
||||
item_string = entry.frequency_str + "M: " + entry.description;
|
||||
} else {
|
||||
memcpy(temp_buffer, entry.description.c_str(), 16);
|
||||
temp_buffer[16] = (char)0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue