mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-10-28 05:01:38 +01:00
Added namespace
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
|
||||
#include "JsonValue.h"
|
||||
|
||||
using namespace ArduinoJson::Generator;
|
||||
|
||||
size_t JsonValue::printBoolTo(Print& p) const
|
||||
{
|
||||
return p.print(content.asBool ? "true" : "false");
|
||||
|
||||
Reference in New Issue
Block a user