mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Renamed JsonBuffer to MemoryPool
This commit is contained in:
@@ -28,7 +28,7 @@ class StringMover {
|
||||
TChar* _startPtr;
|
||||
};
|
||||
|
||||
StringMover(TChar* buffer) : _ptr(buffer) {}
|
||||
StringMover(TChar* ptr) : _ptr(ptr) {}
|
||||
|
||||
String startString() {
|
||||
return String(&_ptr);
|
||||
|
||||
Reference in New Issue
Block a user