mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-09-27 07:20:56 +02:00
Typo on buffer[_size]
@@ -104,7 +104,7 @@ class BufferedPrint : public Print {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void flush() {
|
void flush() {
|
||||||
buffer[_size] = '\0';
|
_buffer[_size] = '\0';
|
||||||
_destination.print(_buffer);
|
_destination.print(_buffer);
|
||||||
_size = 0;
|
_size = 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user