Skip to content

Commit a68f37e

Browse files
committed
Increase buffer to prevent overflow
1 parent 91aff20 commit a68f37e

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
@@ -188,7 +188,7 @@ class UM980
188188

189189
void dumpBuffer(const uint8_t *buffer, uint16_t length);
190190

191-
char commandName[20] = ""; // Passes the command type into parser
191+
char commandName[40] = ""; // Passes the command type into parser - MODE ROVER AUTOMOTIVE
192192
uint8_t commandResponse = UM980_RESULT_OK; // Gets EOM result from parser
193193

194194
// Mode

0 commit comments

Comments
 (0)