74// you can reduce this value in pfodParser.h if you are sending shorter commands. Most pfod commands are very short <20 bytes, but depends on the pfod menu items you serve.
75// but never increase it.
76staticconstbyte pfodMaxMsgLen = pfodParser::pfodMaxMsgLen; //0xff; // == 255, if no closing } by now ignore msg
77byte emptyVersion[1];
78byte readIdx;
79byte argsIdx;
80byte argsCount; // no of arguments found in msg
81byte parserState;
82byte args[pfodMaxMsgLen + 1]; // allow for trailing null