error: array subscript hastype'char'[-Werror=char-subscripts] I dont really understand what is the issue: Code:Select all if(!isdigit(line[4])) {ESP_LOGW(TAG,"Entered input is not a number");return0; } All I am doing is checking if the 4th byte in the char array is digit or ...