Skip to content

Commit

Permalink
Correction parameters #167
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Oct 28, 2024
1 parent ef77da2 commit b2b51c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/MqttsBuiltlnWill/MqttsBuiltlnWill.ino
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ void setup()
Serial.print("Network IP:"); Serial.println(ipAddress);

// Initialize MQTT, use SSL, skip authentication server
modem.mqtt_begin(false);
modem.mqtt_begin(true);

if (!mqtt_connect()) {
return ;
Expand Down

0 comments on commit b2b51c3

Please sign in to comment.