mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 08:48:27 +01:00
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