Update cubesatsim.ino

pull/152/head
alanbjohnston 4 years ago committed by GitHub
parent e083229a6a
commit 312f6cec0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -319,10 +319,10 @@ void get_tlm_fox() {
id = 7;
else
id = 0; // 99 in h[6]
Serial.println("About to do frame loop");
// for (int frames = 0; frames < FRAME_CNT; frames++)
for (int frames = 0; frames < frameCnt; frames++) {
Serial.println("Frame loop);
if (firstTime != ON) {
// delay for sample period
/**/

Loading…
Cancel
Save

Powered by TurnKey Linux.