ArduinoJson returns keys and values as const char* . If you try to put these values into a char* , the compiler will issue an error (or a warning) like the ...
確定! 回上一頁