From 86c23b25f83a276d1f4a3ce8010aeb84dfe2c3b4 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 27 Feb 2024 08:22:34 -0500 Subject: [PATCH] Update main.h renamed XS to GPS added DTEMP --- main.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/main.h b/main.h index 076c0523..926fa3b2 100644 --- a/main.h +++ b/main.h @@ -44,9 +44,10 @@ #define ACCEL_X 10 #define ACCEL_Y 11 #define ACCEL_Z 12 -#define XS1 14 -#define XS2 15 -#define XS3 16 +#define GPS1 14 +#define GPS2 15 +#define GPS3 16 +#define DTEMP 17 #define RSSI 0 #define IHU_TEMP 2