Update cubesatsim.ino

pull/167/head
alanbjohnston 4 years ago committed by GitHub
parent c3ce276f6b
commit 033b4971ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -873,7 +873,7 @@ void get_tlm_fox() {
// printf ("data10[%d] = encoded parities[%d][%d] = %x \n",
// ctr2 - 1, j, i, data10[ctr2 - 1]);
if (firstTime) {
Serial.print(data10[ctr2], HEX);
Serial.print(data10[ctr2-1], HEX); // added -1 due to ++
Serial.print(".");
}
rd = nrd;

Loading…
Cancel
Save

Powered by TurnKey Linux.