forked from bblanchon/ArduinoJson
Added a flag to ignore deprecation warnings
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
* Arduino JSON library
|
||||
* Benoit Blanchon 2014 - MIT License
|
||||
*/
|
||||
|
||||
#define ARDUINO_JSON_NO_DEPRECATED_WARNING
|
||||
|
||||
#include "CppUnitTest.h"
|
||||
#include "JsonParser.h"
|
||||
|
Reference in New Issue
Block a user