forked from bblanchon/ArduinoJson
Renamed IndentedPrintDecorator to PrettyPrintDecorator
This commit is contained in:
@ -6,8 +6,8 @@
|
||||
// This file is here to help the Arduino IDE find the .cpp files
|
||||
|
||||
#include "JsonGenerator/EscapedString.cpp"
|
||||
#include "JsonGenerator/IndentedPrintDecorator.cpp"
|
||||
#include "JsonGenerator/JsonArrayBase.cpp"
|
||||
#include "JsonGenerator/JsonObjectBase.cpp"
|
||||
#include "JsonGenerator/JsonValue.cpp"
|
||||
#include "JsonGenerator/PrettyPrintDecorator.cpp"
|
||||
#include "JsonGenerator/StringBuilder.cpp"
|
Reference in New Issue
Block a user