Skip to content

Commit

Permalink
Check for core version when enabling tls ca cert, changed names of de…
Browse files Browse the repository at this point in the history
…fines

Signed-off-by: Frank Meies <[email protected]>
  • Loading branch information
fmeies committed Dec 21, 2018
1 parent d722387 commit 5905693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonoff/my_user_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,8 @@
#error "Select either USE_MQTT_TLS or USE_WEBSERVER as there is just not enough memory to play with"
#endif

#if defined(USE_MQTT_TLS_ROOTCERT) && defined(ARDUINO_ESP8266_RELEASE_2_3_0)
#error "USE_MQTT_TLS_ROOTCERT does not work with core version 2.3.0""
#if defined(USE_MQTT_TLS_CA_CERT) && defined(ARDUINO_ESP8266_RELEASE_2_3_0)
#error "USE_MQTT_TLS_CA_CERT does not work with core version 2.3.0""
#endif

#endif // _MY_USER_CONFIG_H_

0 comments on commit 5905693

Please sign in to comment.