Skip to content

Commit f3d5bef

Browse files
authored
Update SARA-R5_AssistNow_Online.ino
1 parent adb9322 commit f3d5bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/SARA-R5_Example12_AssistNowOnline/SARA-R5_AssistNow_Online.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ void prettyPrintString(String theString) // Pretty-print a String in HEX and ASC
165165
Serial.print(F(" "));
166166
}
167167

168-
if ((i + j) == theLength)
168+
if (((i + j) == theLength) && (j < 16))
169169
{
170170
for (int k = 0; k < (16 - (theLength % 16)); k++)
171171
{

0 commit comments

Comments
 (0)