mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Fixed typo
This commit is contained in:
parent
17f6475506
commit
5f62926af3
@ -533,8 +533,7 @@ size_t ScannerView::change_mode(uint8_t new_mod) { //Before this, do a scan_thre
|
||||
bw.emplace_back("DSB+6k" , 1 );
|
||||
bw.emplace_back("USB+3k" , 2 );
|
||||
bw.emplace_back("LSB-3k" , 3 );
|
||||
bw.emplace_back("LSB-3k" , 4 );
|
||||
bw.emplace_back("CW " , 5 );
|
||||
bw.emplace_back("CW " , 4 );
|
||||
|
||||
field_bw.set_options(bw);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user