Skip to content

Commit 78f50e7

Browse files
committed
clang
1 parent 4729d28 commit 78f50e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Wippersnapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ class Wippersnapper {
280280
char *_topic_description; /*!< MQTT topic for the device description */
281281

282282
const char *_mqttBrokerURL = nullptr; /*!< MQTT Broker URL */
283-
uint16_t _mqtt_port = 8883; /*!< MQTT Broker Port */
283+
uint16_t _mqtt_port = 8883; /*!< MQTT Broker Port */
284284

285285
// AIO credentials
286286
const char *_username; /*!< Adafruit IO username */

0 commit comments

Comments
 (0)