Update cubesatsim.ino

pull/153/head
alanbjohnston 4 years ago committed by GitHub
parent 7194a26056
commit 0c7dd3d14a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,13 +49,12 @@ void setup() {
Serial.begin(9600); Serial.begin(9600);
sleep(5.0);
config_gpio(); config_gpio();
mode = FSK; // AFSK; mode = FSK; // AFSK;
// delay(12000);
sleep(5.0);
#ifndef ARDUINO_ARCH_RP2040 #ifndef ARDUINO_ARCH_RP2040
Serial.println("This code is written for the Raspberry Pi Pico hardware."); Serial.println("This code is written for the Raspberry Pi Pico hardware.");
#endif #endif

Loading…
Cancel
Save

Powered by TurnKey Linux.