forked from bblanchon/ArduinoJson
Added namespace ArduinoJson::Internals for private types
This commit is contained in:
@ -19,6 +19,8 @@ namespace ArduinoJson
|
||||
|
||||
size_t printTo(char* buffer, size_t bufferSize)
|
||||
{
|
||||
using namespace Internals;
|
||||
|
||||
StringBuilder sb(buffer, bufferSize);
|
||||
return printTo(sb);
|
||||
}
|
||||
|
Reference in New Issue
Block a user