forked from bblanchon/ArduinoJson
Added a comment to easily diagnose issue #1648
This commit is contained in:
@ -17,7 +17,7 @@ struct Reader {
|
||||
Reader(TSource& source) : _source(&source) {}
|
||||
|
||||
int read() {
|
||||
return _source->read();
|
||||
return _source->read(); // Error here? You passed an unsupported input type
|
||||
}
|
||||
|
||||
size_t readBytes(char* buffer, size_t length) {
|
||||
|
Reference in New Issue
Block a user