mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Renamed writeInteger to writeLong to be more consistent
This commit is contained in:
@@ -107,7 +107,7 @@ void JsonVariant::writeTo(T &writer) const {
|
||||
break;
|
||||
|
||||
case JSON_LONG:
|
||||
writer.writeInteger(_content.asLong);
|
||||
writer.writeLong(_content.asLong);
|
||||
break;
|
||||
|
||||
case JSON_BOOLEAN:
|
||||
|
||||
Reference in New Issue
Block a user