From 04a4fd0a7b6eaaf318afa306327d7003a29030f7 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 20 Aug 2022 14:52:30 -0400 Subject: [PATCH] changed to BPF_PIN --- cubesatsim/cubesatsim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 9d881c57..ec5e9e6e 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -51,7 +51,7 @@ #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 -#define LPF_PIN 12 // BPF is installed +#define BPF_PIN 12 // BPF is installed #define PI_3V3_PIN 13 // 3.3V supply used to detect Pi Zero #define BPSK_PWM_A_PIN 14 // was 6 // PWM Output Phase A to switch #define BPSK_PWM_B_PIN 15 // was 7 // PWM Output Phase B to switch