„hl2-interface.ino“ ändern
This commit is contained in:
parent
e07dc00ed7
commit
8e52a6c19d
|
@ -123,10 +123,6 @@ void decodeBand(byte c)
|
|||
case 0x20: //12m & 10m
|
||||
selected_antenna = 1;
|
||||
Serial.println("HRBN1;"); // sets the Hardrock-50 to 10m
|
||||
break;
|
||||
case 0x00: //6m
|
||||
selected_antenna = 1;
|
||||
Serial.println("HRBN0;"); // sets the Hardrock-50 to 6m
|
||||
break;
|
||||
break;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue