less stack consumption &faster for recursive groups

This commit is contained in:
2021-04-12 03:44:16 +03:00
parent bfb28512cc
commit 0eb2924816
2 changed files with 38 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ extern aJsonObject *items;
extern short thermoSetCurTemp(char *name, float t);
int txt2cmd (char * payload);
int digGroup (aJsonObject *itemArr, itemCmd *cmd, char* subItem);
class Item
{
public: