mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-19 21:42:30 +02:00
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