mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-21 06:22:23 +02:00
Removed default template value for DIGITS, because Arduino 1.0.5 refused it
This commit is contained in:
@ -42,6 +42,11 @@ namespace ArduinoJson
|
||||
itemCount++;
|
||||
}
|
||||
|
||||
void add(const char* key, double value)
|
||||
{
|
||||
add<2>(key, value);
|
||||
}
|
||||
|
||||
using JsonObjectBase::printTo;
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user