Changed ::String to ArduinoJson::String (issue #275)

This commit is contained in:
Benoit Blanchon
2016-05-06 08:44:31 +02:00
parent 78728c6547
commit c5d19a4dbd
15 changed files with 41 additions and 18 deletions

View File

@@ -7,10 +7,10 @@
#pragma once
#include "../Arduino/Print.hpp"
#include "../Polyfills/isNaN.hpp"
#include "../Polyfills/isInfinity.hpp"
#include "../Polyfills/isNaN.hpp"
#include "../Polyfills/normalize.hpp"
#include "../Print.hpp"
#include "Encoding.hpp"
#include "ForceInline.hpp"
#include "JsonFloat.hpp"