mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-24 22:03:11 -05:00
Beep-on-packets option in Settings and updated ERT & Sonde apps (#2058)
* Beep-on-packets option in Settings * Add beep to ERT app
This commit is contained in:
parent
ba36680a7b
commit
fe2fbb847f
11 changed files with 62 additions and 22 deletions
|
|
@ -204,6 +204,7 @@ void set_config_cpld(uint8_t i);
|
|||
bool config_disable_external_tcxo();
|
||||
bool config_sdcard_high_speed_io();
|
||||
bool config_disable_config_mode();
|
||||
bool beep_on_packets();
|
||||
|
||||
bool config_splash();
|
||||
bool config_converter();
|
||||
|
|
@ -226,6 +227,7 @@ void set_show_bigger_qr_code(bool v);
|
|||
void set_config_disable_external_tcxo(bool v);
|
||||
void set_config_sdcard_high_speed_io(bool v, bool save);
|
||||
void set_config_disable_config_mode(bool v);
|
||||
void set_beep_on_packets(bool v);
|
||||
|
||||
void set_config_splash(bool v);
|
||||
bool config_converter();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue