Update cubesatsim.ino

pull/153/head
alanbjohnston 4 years ago committed by GitHub
parent 36b86c8c81
commit c12afd7cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2252,7 +2252,7 @@ void setup1() {
{
pinMode(AUDIO_OUT_PIN, OUTPUT);
Serial.println("Setup1");
Serial.println("Setup1 for FSK mode");
// digitalWrite(AUDIO_OUT_PIN, HIGH);
// delay(500);
@ -2295,5 +2295,5 @@ void loop1() {
// Serial.print("R");
}
}
delay(2); //5 1);
delay(5); //2 1);
}

Loading…
Cancel
Save

Powered by TurnKey Linux.