change debug to debug_mode

pull/182/head
alanbjohnston 3 years ago committed by GitHub
parent f29764d1af
commit 70c992e70f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -327,7 +327,7 @@ void send_aprs_packet() {
strcat(str, payload_str); strcat(str, payload_str);
set_status(str); set_status(str);
if (debug) if (debug_mode)
Serial.println("Sending APRS packet!"); Serial.println("Sending APRS packet!");
transmit_on(); transmit_on();
send_packet(_FIXPOS_STATUS); send_packet(_FIXPOS_STATUS);

Loading…
Cancel
Save

Powered by TurnKey Linux.