mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-17 20:42:24 +02: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