forked from bblanchon/ArduinoJson
Added namespace ArduinoJson::Internals for private types
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
|
||||
#include "EscapedString.h"
|
||||
|
||||
using namespace ArduinoJson::Internals;
|
||||
|
||||
size_t EscapedString::printTo(Print& p) const
|
||||
{
|
||||
|
Reference in New Issue
Block a user