Skip to content

Commit 57810ac

Browse files
adding a third level of debug
1 parent e7f9f5c commit 57810ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: libraries/WiFiS3/src/Modem.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ class ModemClass {
4848
void debug(Stream &u, uint8_t level = 0) {
4949
_serial_debug = &u;
5050

51-
if(level > 2) {
52-
level = 2;
51+
if(level > 3) {
52+
level = 3;
5353
}
5454
_debug_level = level;
5555
}

0 commit comments

Comments
 (0)