Fix compatibility with the Blynk libary (fixes #1914)

This commit is contained in:
Benoit Blanchon
2023-04-18 14:48:01 +02:00
parent 420221f078
commit 52d8a65cbc
6 changed files with 11 additions and 5 deletions

View File

@@ -55,5 +55,8 @@
// issue #1905
#define _current
// issue #1914
#define V6 6
// catch.hpp mutes several warnings, this file also allows to detect them
#include "ArduinoJson.h"