Update ubitx_ui.cpp

This commit is contained in:
Ashhar Farhan 2019-12-26 11:02:34 +05:30 committed by GitHub
parent b09a28ba86
commit fe1ff16938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -743,7 +743,7 @@ void doCommand(struct Button *b){
switchBand(10000000l);
else if (!strcmp(b->text, "20"))
switchBand(14000000l);
else if (!strcmp(b->text, "18"))
else if (!strcmp(b->text, "17"))
switchBand(18000000l);
else if (!strcmp(b->text, "15"))
switchBand(21000000l);