Skip to content

Commit

Permalink
Update BresserWeatherSensorDomoticz.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs authored Aug 16, 2022
1 parent ee16ad1 commit 37b03a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ char Hostname[30];
#if defined(ESP32)
WiFiClientSecure net;
#elif defined(ESP8266)
#if (MQTT_PORT == 1883) {
#if (MQTT_PORT == 1883)
WiFiClient net; // use none SSL connection
#else
BearSSL::WiFiClientSecure net;
Expand Down

0 comments on commit 37b03a1

Please sign in to comment.