Skip to content

Commit 2e560f8

Browse files
committed
Add binary for RC June28
1 parent d411c72 commit 2e560f8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
1.43 MB
Binary file not shown.

Firmware/RTK_Surveyor/Tasks.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void F9PSerialReadTask(void *e)
6262
else
6363
{
6464
//Don't push data to BT SPP if there is congestion to prevent heap hits.
65-
log_d("Dropped SPP Bytes: %d\n\r", s);
65+
log_d("Dropped SPP Bytes: %d", s);
6666
}
6767
}
6868

0 commit comments

Comments
 (0)