„hl2-interface.ino“ ändern

This commit is contained in:
Michael Clemens // DK1MI 2023-05-18 06:56:19 +00:00
parent e07dc00ed7
commit 8e52a6c19d
1 changed files with 1 additions and 5 deletions

View File

@ -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;
}
}