mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Added a comment to easily diagnose issue #1648
This commit is contained in:
@@ -17,7 +17,7 @@ struct Reader {
|
|||||||
Reader(TSource& source) : _source(&source) {}
|
Reader(TSource& source) : _source(&source) {}
|
||||||
|
|
||||||
int read() {
|
int read() {
|
||||||
return _source->read();
|
return _source->read(); // Error here? You passed an unsupported input type
|
||||||
}
|
}
|
||||||
|
|
||||||
size_t readBytes(char* buffer, size_t length) {
|
size_t readBytes(char* buffer, size_t length) {
|
||||||
|
|||||||
Reference in New Issue
Block a user