Skip to content

Commit b1c58a0

Browse files
committed
Larry P. reported three exclamation marks in code causing problem with mega upload
1 parent 09f1b02 commit b1c58a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Series2_Rx_Nss/Series2_Rx_Nss.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ void loop() {
9393
}
9494
}
9595
} else if (xbee.getResponse().isError()) {
96-
nss.print("oh no!!! error code:");
96+
nss.print("error code:");
9797
nss.println(xbee.getResponse().getErrorCode());
9898
}
9999
}

0 commit comments

Comments
 (0)