Touch Test tweak & Scanner default squelch (#1295)

* Leave nav bar visible at start & change seed
* Change default Scanner squelch
This commit is contained in:
Mark Thompson 2023-07-23 14:06:19 -05:00 committed by GitHub
parent 7bd370b5bc
commit e6ad5efbb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -564,7 +564,7 @@ ScannerView::ScannerView(
field_lock_wait.set_value(2);
field_squelch.on_change = [this](int32_t v) { squelch = v; };
field_squelch.set_value(-10);
field_squelch.set_value(-30);
// LEARN FREQUENCIES
std::string scanner_txt = "SCANNER";