forked from espressif/esp-protocols
Variable `pos` was meant to hold position of first `,` (comma) appearance in the parsed string, but due to wrong parantheses it contained the boolean representation of not equal to `string::npos`
Variable `pos` was meant to hold position of first `,` (comma) appearance in the parsed string, but due to wrong parantheses it contained the boolean representation of not equal to `string::npos`