Update cubesatsim.ino

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

@ -70,8 +70,7 @@ void setup() {
mode = FSK; // AFSK; mode = FSK; // AFSK;
// mode = FSK; frameCnt = 1;
// frameCnt = 1;
Serial.println("v1 Present with UHF BPF\n"); Serial.println("v1 Present with UHF BPF\n");
txLed = 2; txLed = 2;
@ -320,6 +319,7 @@ void get_tlm_fox() {
else else
id = 0; // 99 in h[6] id = 0; // 99 in h[6]
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");

Loading…
Cancel
Save

Powered by TurnKey Linux.