Update Payload_BME280_MPU6050_XS.ino fix else

pull/296/head
Alan Johnston 2 years ago committed by GitHub
parent 78d5768633
commit a1328cf994
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -12,7 +12,7 @@
TinyGPSPlus gps;
UART Serial2(8, 9, 0, 0);
#else ifdef ARDUINO_ARCH_RP2040 // if Raspberry Pi RP2040 Boards in Arduino IDE
#ifdef ARDUINO_ARCH_RP2040 // if Raspberry Pi RP2040 Boards in Arduino IDE
#include <TinyGPS++.h>
TinyGPSPlus gps;
bool check_for_wifi();

Loading…
Cancel
Save

Powered by TurnKey Linux.