From cbb79bd4505adf83a2e1230012080235ab546eee Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 27 Feb 2024 10:56:05 -0500 Subject: [PATCH] Update main.h sensor extension documentation --- main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.h b/main.h index b820688c..7e7a8507 100644 --- a/main.h +++ b/main.h @@ -34,7 +34,7 @@ #define MINUS_Y 5 #define PLUS_Z 6 #define MINUS_Z 7 -#define TEMP 2 // OK BME is positions 0 and 1 +#define TEMP 2 // OK and BME280 is positions 0 and 1 #define PRES 3 #define ALT 4 #define HUMI 5