mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 23:07:17 +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
|
||||
JsonParserObject obj = *jobj;
|
||||
JsonParserObject lastobj = obj;
|
||||
char selem[32];
|
||||
char selem[64];
|
||||
uint8_t aindex = 0;
|
||||
String value = "";
|
||||
while (1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user