Skip to content

Commit 4729d28

Browse files
committed
doxy
1 parent c37d70a commit 4729d28

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
@@ -279,7 +279,7 @@ class Wippersnapper {
279279
Adafruit_MQTT *_mqtt; /*!< Reference to Adafruit_MQTT, _mqtt. */
280280
char *_topic_description; /*!< MQTT topic for the device description */
281281

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

285285
// AIO credentials

0 commit comments

Comments
 (0)