diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 1e097eaf..b7552b89 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -46,8 +46,9 @@ void setup() { delay(2000); - Serial.println("Pico v0.1 starting...\n\n"); - +#ifndef ARDUINO_ARCH_RP2040 + Serial.println("This code is written for the Raspberry Pi Pico hardware."); +#endif // set all Pico GPIO pins to input for (int i = 6; i < 29; i++) {