Update cubesatsim.ino

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

@ -113,7 +113,10 @@ void setup() {
*/
transmit_on();
Serial.print("s");
Serial.print(" ");
Serial.println(millis());
}
void loop() {
@ -2267,7 +2270,10 @@ void setup1() {
// digitalWrite(AUDIO_OUT_PIN, LOW);
// delay(500);
}
Serial.print("S");
Serial.print(" ");
Serial.println(millis());
}
void loop1() {

Loading…
Cancel
Save

Powered by TurnKey Linux.