Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

#5 only set I2C_BUFFER_LENGTH if not already defined #7

Merged
merged 1 commit into from
Apr 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/SparkFun_Ublox_Arduino_Library.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,9 @@
//#elif __MK20DX256__
//Teensy

//#elif ARDUINO_ARCH_ESP32
//ESP32 based platforms
#endif

#else
#ifndef I2C_BUFFER_LENGTH

//The catch-all default is 32
#define I2C_BUFFER_LENGTH 32
Expand Down Expand Up @@ -369,3 +368,4 @@ class SFE_UBLOX_GPS
};

#endif