Removed DeserializationError::NotSupported

This commit is contained in:
Benoit Blanchon
2021-02-18 19:30:04 +01:00
parent 71f44aaee1
commit 1038fc35df
5 changed files with 12 additions and 11 deletions

View File

@@ -5,7 +5,6 @@
#pragma once
#define ARDUINOJSON_EXPAND6(a, b, c, d, e, f) a, b, c, d, e, f
#define ARDUINOJSON_EXPAND7(a, b, c, d, e, f, g) a, b, c, d, e, f, g
#define ARDUINOJSON_EXPAND9(a, b, c, d, e, f, g, h, i) a, b, c, d, e, f, g, h, i
#define ARDUINOJSON_EXPAND18(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, \
q, r) \