forked from bblanchon/ArduinoJson
Fixed namespaces
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
#include <ArduinoJson/JsonValue.h>
|
||||
#include <ArduinoJson/StaticJsonBuffer.h>
|
||||
|
||||
using namespace ArduinoJson::Generator;
|
||||
using namespace ArduinoJson;
|
||||
|
||||
struct Person
|
||||
{
|
||||
|
Reference in New Issue
Block a user