We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4729d28 commit 78f50e7Copy full SHA for 78f50e7
src/Wippersnapper.h
@@ -280,7 +280,7 @@ class Wippersnapper {
280
char *_topic_description; /*!< MQTT topic for the device description */
281
282
const char *_mqttBrokerURL = nullptr; /*!< MQTT Broker URL */
283
- uint16_t _mqtt_port = 8883; /*!< MQTT Broker Port */
+ uint16_t _mqtt_port = 8883; /*!< MQTT Broker Port */
284
285
// AIO credentials
286
const char *_username; /*!< Adafruit IO username */
0 commit comments