Skip to content

Commit 36dfc2d

Browse files
committed
Increase command buffer for PPS commands
1 parent 48412f4 commit 36dfc2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SparkFun_Unicore_GNSS_Arduino_Library.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ class UM980
198198

199199
void dumpBuffer(const uint8_t *buffer, uint16_t length);
200200

201-
char commandName[40] = ""; // Passes the command type into parser - MODE ROVER AUTOMOTIVE
201+
char commandName[50] = ""; // Passes the command type into parser - CONFIG PPS ENABLE GPS POSITIVE 200000 1000 0 0
202202
uint8_t commandResponse = UM980_RESULT_OK; // Gets EOM result from parser
203203

204204
// Mode

0 commit comments

Comments
 (0)