mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Minor change
This commit is contained in:
@@ -29,11 +29,6 @@ namespace ArduinoJson
|
||||
items[itemCount++].set(value);
|
||||
}
|
||||
|
||||
void add(double value)
|
||||
{
|
||||
add<2>(value);
|
||||
}
|
||||
|
||||
template<int DIGITS>
|
||||
void add(double value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user