mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 08:48:27 +01:00
Epic refactoring in progress...
This commit is contained in:
@@ -23,6 +23,9 @@ class JsonValue {
|
||||
if (_impl) _impl->set(value);
|
||||
}
|
||||
|
||||
void operator=(JsonArray array);
|
||||
void operator=(JsonObject object);
|
||||
|
||||
void set(double value, int decimals) {
|
||||
if (_impl) _impl->set(value, decimals);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user