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 c37d70a commit 4729d28Copy full SHA for 4729d28
src/Wippersnapper.h
@@ -279,7 +279,7 @@ class Wippersnapper {
279
Adafruit_MQTT *_mqtt; /*!< Reference to Adafruit_MQTT, _mqtt. */
280
char *_topic_description; /*!< MQTT topic for the device description */
281
282
- const char *_mqttBrokerURL = nullptr;
+ const char *_mqttBrokerURL = nullptr; /*!< MQTT Broker URL */
283
uint16_t _mqtt_port = 8883; /*!< MQTT Broker Port */
284
285
// AIO credentials
0 commit comments