changed debug to debug_mode

pull/182/head
alanbjohnston 4 years ago committed by GitHub
parent 2bb650dcbb
commit c708e43110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -330,7 +330,7 @@ void send_aprs_packet() {
if (debug_mode)
Serial.println("Sending APRS packet!");
transmit_on();
send_packet(_FIXPOS_STATUS, debug);
send_packet(_FIXPOS_STATUS, debug_mode);
transmit_off();
}

Loading…
Cancel
Save

Powered by TurnKey Linux.