mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-30 10:47:34 +02: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