Update cubesatsim.ino

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

@ -54,7 +54,7 @@ void setup() {
mode = FSK; // AFSK;
// delay(12000);
// sleep(3.0);
sleep(5.0);
#ifndef ARDUINO_ARCH_RP2040
Serial.println("This code is written for the Raspberry Pi Pico hardware.");
@ -2218,7 +2218,7 @@ void pwm_interrupt_handler() {
void setup1() {
Serial.begin(9600);
// sleep(10.0);
sleep(5.0);
// if (mode == FSK)
{

Loading…
Cancel
Save

Powered by TurnKey Linux.