mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-22 10:16:30 +00:00
increase max json path element size
This commit is contained in:
parent
cc771f31e9
commit
e61186ee82
2
tasmota/tasmota_support/support.ino
Normal file → Executable file
2
tasmota/tasmota_support/support.ino
Normal file → Executable file
@ -1734,7 +1734,7 @@ uint32_t JsonParsePath(JsonParserObject *jobj, const char *spath, char delim, fl
|
|||||||
#endif
|
#endif
|
||||||
JsonParserObject obj = *jobj;
|
JsonParserObject obj = *jobj;
|
||||||
JsonParserObject lastobj = obj;
|
JsonParserObject lastobj = obj;
|
||||||
char selem[32];
|
char selem[64];
|
||||||
uint8_t aindex = 0;
|
uint8_t aindex = 0;
|
||||||
String value = "";
|
String value = "";
|
||||||
while (1) {
|
while (1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user