Change naming convention from _member to member_ (fixes #1905)

Ported from 31ce648e63
This commit is contained in:
Benoit Blanchon
2023-04-21 18:53:16 +02:00
parent 5d796781fb
commit dd46813dc0
60 changed files with 789 additions and 786 deletions

View File

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