You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Hardware/SerialIo.cpp
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
#defineDEBUG0
17
17
#include"Debug.hpp"
18
18
19
-
constsize_t MaxArrayNesting = 4;
19
+
constsize_t MaxArrayNesting = 6;
20
20
21
21
#if SAM4S
22
22
# defineUARTn UART0
@@ -275,7 +275,7 @@ namespace SerialIo
275
275
JsonState lastState = jsBegin;
276
276
277
277
// fieldId is the name of the field being received. A '^' character indicates the position of an _ecv_array index, and a ':' character indicates a field separator.
0 commit comments