added missing }

pull/210/head
alanbjohnston 3 years ago committed by GitHub
parent 04af7395ff
commit e75dfe099b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -164,11 +164,12 @@ void loop() {
get_tlm_fox();
}
else if ((mode == AFSK) || (mode == CW)) {
get_tlm_a07();
get_tlm_ao7();
if (mode == AFSK) {
send_packet();
} else if (mode == CW) {
send_cw();
send_cw();
}
}
else if (mode == SSTV) {
Serial.println("\nSending SSTV image!");

Loading…
Cancel
Save

Powered by TurnKey Linux.