forked from bblanchon/ArduinoJson
Moved PrettyPrintDecorator into the namespace ArduinoJson::Generator
This commit is contained in:
@ -5,6 +5,8 @@
|
||||
|
||||
#include "PrettyPrintDecorator.h"
|
||||
|
||||
using namespace ArduinoJson::Generator;
|
||||
|
||||
size_t PrettyPrintDecorator::write(uint8_t c)
|
||||
{
|
||||
size_t n = inString ? handleStringChar(c) : handleMarkupChar(c);
|
||||
|
Reference in New Issue
Block a user