Compare commits
No commits in common. "afe5e5ba845ef638dae8d4988eb1e0dd47875ec7" and "3e0655392df7e814837f87e08117fcec4f3a8334" have entirely different histories.
afe5e5ba84
...
3e0655392d
@ -455,7 +455,6 @@ bool startRadio(RadioInterface* radio) {
|
|||||||
void stopRadio(RadioInterface* radio) {
|
void stopRadio(RadioInterface* radio) {
|
||||||
radio->end();
|
radio->end();
|
||||||
sort_interfaces();
|
sort_interfaces();
|
||||||
kiss_indicate_radiostate(radio);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void update_radio_lock(RadioInterface* radio) {
|
void update_radio_lock(RadioInterface* radio) {
|
||||||
@ -788,8 +787,10 @@ void serialCallback(uint8_t sbyte) {
|
|||||||
kiss_indicate_radiostate(selected_radio);
|
kiss_indicate_radiostate(selected_radio);
|
||||||
} else if (sbyte == 0x00) {
|
} else if (sbyte == 0x00) {
|
||||||
stopRadio(selected_radio);
|
stopRadio(selected_radio);
|
||||||
|
kiss_indicate_radiostate(selected_radio);
|
||||||
} else if (sbyte == 0x01) {
|
} else if (sbyte == 0x01) {
|
||||||
startRadio(selected_radio);
|
startRadio(selected_radio);
|
||||||
|
kiss_indicate_radiostate(selected_radio);
|
||||||
}
|
}
|
||||||
interface = 0;
|
interface = 0;
|
||||||
} else if (command == CMD_ST_ALOCK) {
|
} else if (command == CMD_ST_ALOCK) {
|
||||||
|
Loading…
Reference in New Issue
Block a user