forked from bblanchon/ArduinoJson
Fix compatibility with the Blynk libary (fixes #1914)
Ported from 52d8a65cbc
This commit is contained in:
@ -55,5 +55,8 @@
|
||||
// issue #1905
|
||||
#define _current
|
||||
|
||||
// issue #1914
|
||||
#define V7 7
|
||||
|
||||
// catch.hpp mutes several warnings, this file also allows to detect them
|
||||
#include "ArduinoJson.h"
|
||||
|
Reference in New Issue
Block a user