forked from bblanchon/ArduinoJson
Changed ::String
to ArduinoJson::String
(issue #275)
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Arduino/String.hpp"
|
||||
#include "String.hpp"
|
||||
#include "Internals/JsonBufferAllocated.hpp"
|
||||
#include "Internals/JsonPrintable.hpp"
|
||||
#include "Internals/List.hpp"
|
||||
|
Reference in New Issue
Block a user