Fix compatibility with the Blynk libary (fixes #1914)

Ported from 52d8a65cbc
This commit is contained in:
Benoit Blanchon
2023-04-18 14:48:01 +02:00
parent 03139a08af
commit 95f5d9d134
5 changed files with 6 additions and 5 deletions

View File

@ -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"