forked from bblanchon/ArduinoJson
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