POCSAG TX default freq (#1503)

* Changed name for blacklist
* Set default POCSAG TX freq to same as in POCSAG RX
This commit is contained in:
Mark Thompson 2023-10-16 14:32:07 -05:00 committed by GitHub
parent 411e2fb93a
commit 266a626acf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ class POCSAGTXView : public View {
NavigationView& nav_;
TxRadioState radio_state_{
0 /* frequency */,
466175000 /* frequency */,
1750000 /* bandwidth */,
2280000 /* sampling rate */
};