From c9892e776b655d081463cf3a9c72241471c5b0c4 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 21 Aug 2022 22:07:49 -0400 Subject: [PATCH] changed 12 and 13 for v0.1 --- cubesatsim/cubesatsim.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 111b7817..bacf397a 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -51,13 +51,16 @@ #ifdef PICO_0V1 #define BPF_PIN 8 // BPF is installed for v0.1 Pico #define PI_3V3_PIN 9 // 3.3V supply used to detect Pi Zero for v0.1 Pico +#define TX2 12 // Serial2 to ESP32-CAM transmit data +#define RX2 13 // Serial2 to ESP32-CAM receive data #else +#define TX2 8 // Serial2 to ESP32-CAM transmit data +#define RX2 9 // Serial2 to ESP32-CAM receive data #define BPF_PIN 12 // BPF is installed #define PI_3V3_PIN 13 // 3.3V supply used to detect Pi Zero #endif -#define TX2 8 // Serial2 to ESP32-CAM transmit data -#define RX2 9 // Serial2 to ESP32-CAM receive data + #define MAIN_PB_PIN 10 // Main board PB pushbutton pin #define TXC_PIN 11 // Transceiver Board is present