mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 11:42:13 -04:00
Whistle now works
Moved BW widget in txview String-ized LCR and AFSK message generator
This commit is contained in:
parent
fbc054ca75
commit
d59ee08f41
30 changed files with 312 additions and 215 deletions
|
@ -36,12 +36,13 @@ void ScriptView::on_frequency_select() {
|
|||
}
|
||||
|
||||
void ScriptView::on_edit_freq(rf::Frequency f) {
|
||||
(void)f;
|
||||
//frequencies[menu_view.highlighted()].value = f;
|
||||
setup_list();
|
||||
}
|
||||
|
||||
void ScriptView::on_edit_desc(NavigationView& nav) {
|
||||
|
||||
(void)nav;
|
||||
}
|
||||
|
||||
void ScriptView::on_delete() {
|
||||
|
@ -50,7 +51,7 @@ void ScriptView::on_delete() {
|
|||
}
|
||||
|
||||
void ScriptView::setup_list() {
|
||||
size_t n;
|
||||
//size_t n;
|
||||
|
||||
menu_view.clear();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue