mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 16:14:05 +01:00
Minor change
This commit is contained in:
@@ -42,11 +42,6 @@ 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