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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.