mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 16:14:05 +01:00
Minor change
This commit is contained in:
@@ -29,7 +29,7 @@ class StaticJsonBuffer : public JsonBuffer {
|
||||
}
|
||||
|
||||
private:
|
||||
char _buffer[CAPACITY];
|
||||
uint8_t _buffer[CAPACITY];
|
||||
size_t _size;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user