From 9cff78e13febe065d04f50c0af125934fb4f5567 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 8 Jan 2024 03:32:23 -0500 Subject: [PATCH] Update Payload_BME280_MPU6050_XS_Extended.ino UART changes --- .../Payload_BME280_MPU6050_XS_Extended.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stempayload/Payload_BME280_MPU6050_XS_Extended/Payload_BME280_MPU6050_XS_Extended.ino b/stempayload/Payload_BME280_MPU6050_XS_Extended/Payload_BME280_MPU6050_XS_Extended.ino index becf69b7..cb884760 100644 --- a/stempayload/Payload_BME280_MPU6050_XS_Extended/Payload_BME280_MPU6050_XS_Extended.ino +++ b/stempayload/Payload_BME280_MPU6050_XS_Extended/Payload_BME280_MPU6050_XS_Extended.ino @@ -8,7 +8,7 @@ #include #include #ifdef ARDUINO_ARCH_RP2040 -//UART Serial2(8, 9, 0, 0); +UART Serial2(8, 9, 0, 0); #else #include #endif @@ -83,7 +83,7 @@ void setup() { Serial.println("Starting Serial2 for optional GPS on JP12"); // Serial2.begin(9600); // serial from - some modules need 115200 - UART Serial2(8, 9, 0, 0); +// UART Serial2(8, 9, 0, 0); Serial2.begin(9600); // serial from GPS or other serial sensor. Some GPS need 115200 // set all Pico GPIO connected pins to input