Update cubesatsim.ino

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

@ -322,7 +322,7 @@ void get_tlm_fox() {
Serial.println("About to do frame loop"); Serial.println("About to do frame loop");
// for (int frames = 0; frames < FRAME_CNT; frames++) // for (int frames = 0; frames < FRAME_CNT; frames++)
for (int frames = 0; frames < frameCnt; frames++) { for (int frames = 0; frames < frameCnt; frames++) {
Serial.println("Frame loop); Serial.println("Frame loop");
if (firstTime != ON) { if (firstTime != ON) {
// delay for sample period // delay for sample period
/**/ /**/

Loading…
Cancel
Save

Powered by TurnKey Linux.