Skip to content

Commit

Permalink
SSL disabled (new default)
Browse files Browse the repository at this point in the history
  • Loading branch information
couin3 committed Oct 16, 2020
1 parent 4132abe commit 0defcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RFLink/RFLink.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#define MQTT_LOOP_MS 1000 // MQTTClient.loop(); call period (in mSec)
#define MQTT_RETAINED_0 false // Retained option
#define MQTT_LWT // Let know if Module is Online or Offline via MQTT Last Will message
#define MQTT_SSL // Send MQTT messages over SSL
// #define MQTT_SSL // Send MQTT messages over SSL
// #define CHECK_CACERT // Send MQTT SSL CA Certificate
#endif

Expand Down

0 comments on commit 0defcbb

Please sign in to comment.