mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-25 08:17:32 +02:00
Replace ConverterNeedsWriteableRef
with function_traits
This commit is contained in:
@ -58,5 +58,10 @@
|
||||
// issue #1914
|
||||
#define V7 7
|
||||
|
||||
// STM32, Mbed, Particle
|
||||
#define A0 16
|
||||
#define A1 17
|
||||
#define A2 18
|
||||
|
||||
// catch.hpp mutes several warnings, this file also allows to detect them
|
||||
#include "ArduinoJson.h"
|
||||
|
Reference in New Issue
Block a user