mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Set usable persistent memory defaults for Recon (#820)
* Set usable defaults for Recon when PortaPack is not having a valid button battery installed * fixed indentation * fixed indentation --------- Co-authored-by: GullCode <gullradriel@hotmail.com>
This commit is contained in:
parent
3c13161273
commit
3d248647c9
@ -399,6 +399,17 @@ namespace cache {
|
||||
|
||||
void defaults() {
|
||||
cached_backup_ram = backup_ram_t();
|
||||
|
||||
// defaults values for recon app
|
||||
set_recon_autosave_freqs( false );
|
||||
set_recon_autostart_recon( true );
|
||||
set_recon_continuous( true );
|
||||
set_recon_clear_output( false );
|
||||
set_recon_load_freqs( true );
|
||||
set_recon_load_ranges( true );
|
||||
set_recon_update_ranges_when_recon( true );
|
||||
set_recon_load_hamradios( true );
|
||||
set_recon_match_mode( 0 );
|
||||
}
|
||||
|
||||
void init() {
|
||||
|
Loading…
Reference in New Issue
Block a user