mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-11-12 05:19:54 +01:00
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