mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 08:48:27 +01:00
Set line ending to CR LF, like in Arduino source code
This commit is contained in:
@@ -34,7 +34,7 @@ size_t Print::print(long value)
|
||||
|
||||
size_t Print::println()
|
||||
{
|
||||
return /*write('\r') +*/ write('\n');
|
||||
return write('\r') + write('\n');
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user