diff --git a/tasmota/tasmota_support/support.ino b/tasmota/tasmota_support/support.ino old mode 100644 new mode 100755 index 8601a4058..c3c82d8b0 --- a/tasmota/tasmota_support/support.ino +++ b/tasmota/tasmota_support/support.ino @@ -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) {