forked from bblanchon/ArduinoJson
Moved IndentedPrint into the namespace ArduinoJson::Generator
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
#include "IndentedPrint.h"
|
||||
|
||||
using namespace ArduinoJson::Generator;
|
||||
|
||||
void IndentedPrint::indent()
|
||||
{
|
||||
if (level<127)
|
||||
|
Reference in New Issue
Block a user