diff --git a/include/ArduinoJson/Print.hpp b/include/ArduinoJson/Print.hpp index 9f3dee70..0f61694b 100644 --- a/include/ArduinoJson/Print.hpp +++ b/include/ArduinoJson/Print.hpp @@ -7,6 +7,7 @@ #pragma once +#ifndef PARTICLE #ifndef ARDUINO #include @@ -42,3 +43,4 @@ class Print { #include #endif +#endif diff --git a/src/ArduinoJson.h b/src/ArduinoJson.h new file mode 100644 index 00000000..a83180dc --- /dev/null +++ b/src/ArduinoJson.h @@ -0,0 +1,8 @@ +// Copyright Benoit Blanchon 2014-2017 +// MIT License +// +// Arduino JSON library +// https://github.com/bblanchon/ArduinoJson +// If you like this project, please add a star! + +#include "../include/ArduinoJson.h"