Skip to content

Commit 7ef6133

Browse files
committed
Update SparkFun_u-blox_SARA-R5_Arduino_Library.cpp
1 parent 2eea4fe commit 7ef6133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SparkFun_u-blox_SARA-R5_Arduino_Library.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2432,7 +2432,7 @@ SARA_R5_error_t SARA_R5::socketWrite(int socket, const char *str, int len)
24322432
{
24332433
unsigned long writeDelay = millis();
24342434
while (millis() < (writeDelay + 50))
2435-
delay(1); //uBlox specification says to wait 50ms after receiving "@" to write data.
2435+
delay(1); //u-blox specification says to wait 50ms after receiving "@" to write data.
24362436

24372437
if (len == -1)
24382438
{

0 commit comments

Comments
 (0)