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

perf: Give the possibility to change the buffer size #10

Merged
merged 1 commit into from
Apr 17, 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
4 changes: 4 additions & 0 deletions src/SparkFun_Ublox_Arduino_Library.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,12 @@ const uint8_t VAL_GROUP_I2C = 0x51;

const uint8_t VAL_ID_I2C_ADDRESS = 0x01;

#ifndef MAX_PAYLOAD_SIZE

#define MAX_PAYLOAD_SIZE 64 //Some commands are larger than 64 bytes but this covers most

#endif

//-=-=-=-=- UBX binary specific variables
typedef struct
{
Expand Down