Update Payload_BME280_MPU6050_XS.ino add SoftwareSerial for Serial2

pull/295/head
Alan Johnston 2 years ago committed by GitHub
parent e367983a59
commit d255db92c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,9 @@
#include <Adafruit_BME280.h>
#include <MPU6050_tockn.h>
#include <TinyGPS++.h>
#ifndef ARDUINO_ARCH_RP2040
#ifdef ARDUINO_ARCH_RP2040
#include <SoftwareSerial.h>
#else
#include <EEPROM.h>
#endif

Loading…
Cancel
Save

Powered by TurnKey Linux.