Update main.c

pull/79/head
alanbjohnston 5 years ago committed by GitHub
parent e6349d8915
commit 98c5657df0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -939,6 +939,7 @@ void get_tlm(void) {
latitude = toAprsFormat(sensor[XS1]);
if (sensor[XS2] != 0)
longitude = toAprsFormat(sensor[XS2]);
}
}
digitalWrite(txLed, txLedOn);

Loading…
Cancel
Save

Powered by TurnKey Linux.