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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.