This commit is contained in:
Rick Sellens 2020-01-19 09:15:18 -05:00
parent c006654469
commit 8c3bdfd0ca
2 changed files with 10 additions and 10 deletions

View File

@ -53,8 +53,8 @@
#if (defined(__AVR__) || defined(ESP8266)) && defined(USE_SW_SERIAL)
#include <SoftwareSerial.h>
#endif
#include <NMEA_data.h>
#include <Adafruit_PMTK.h>
#include <NMEA_data.h>
#include <SPI.h>
#include <Wire.h>