From 440a939c0f4877516719b283fe38ff9a830f1426 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 22 Aug 2022 17:06:42 -0400 Subject: [PATCH] start of v0.2 for Pico v0.2 hardware --- cubesatsim/cubesatsim.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 6a20ad01..88a05adc 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -18,7 +18,7 @@ // This code is an Arduino sketch for the Raspberry Pi Pico // based on the Raspberry Pi Code -#define PICO_0V1 // define for Pico v0.1 hardware +//#define PICO_0V1 // define for Pico v0.1 hardware #include "cubesatsim.h" #include "DumbTXSWS.h" @@ -81,7 +81,7 @@ void setup() { // otherwise, run CubeSatSim Pico code - Serial.println("CubeSatSim Pico v0.14 starting...\n"); + Serial.println("CubeSatSim Pico v0.2 starting...\n"); config_gpio();