added custom effect to MQTT

This commit is contained in:
bpohvoodoo
2019-03-31 14:31:18 +02:00
parent bd442ece90
commit a734762639
4 changed files with 13 additions and 4 deletions
+2 -2
View File
@@ -54,8 +54,8 @@
#endif
#if defined(ARDUINOJSON_VERSION)
#if !(ARDUINOJSON_VERSION_MAJOR == 6 and ARDUINOJSON_VERSION_MINOR == 9)
#error "Install ArduinoJson v6.9.x"
#if !(ARDUINOJSON_VERSION_MAJOR == 6 and ARDUINOJSON_VERSION_MINOR == 10)
#error "Install ArduinoJson v6.10.x"
#endif
#endif