Version Bump to 2.2.4

Version Bump to 2.2.4
This commit is contained in:
bpohvoodoo
2019-04-28 10:53:36 +02:00
parent 1ea5d12735
commit 0f380fe7c6
5 changed files with 25 additions and 25 deletions
+2 -2
View File
@@ -54,8 +54,8 @@
#endif
#if defined(ARDUINOJSON_VERSION)
#if !(ARDUINOJSON_VERSION_MAJOR == 6 and ARDUINOJSON_VERSION_MINOR == 10)
#error "Install ArduinoJson v6.10.x"
#if !(ARDUINOJSON_VERSION_MAJOR == 6 and ARDUINOJSON_VERSION_MINOR >= 8)
#error "Install ArduinoJson v6.8.x or higher"
#endif
#endif