Update Payload_BME280_MPU6050_XS.ino elseif

pull/296/head
Alan Johnston 2 years ago committed by GitHub
parent a1328cf994
commit 3b08bac708
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);
#ifdef ARDUINO_ARCH_RP2040 // if Raspberry Pi RP2040 Boards in Arduino IDE
#elseif 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.