File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -847,15 +847,13 @@ bool Wippersnapper::buildWSTopics() {
847
847
void Wippersnapper::subscribeWSTopics () {
848
848
// Subscribe to signal topic
849
849
_topic_signal_brkr_sub =
850
- new Adafruit_MQTT_Subscribe (WS._mqtt , WS._topic_signal_brkr , 0 );
851
- WS_DEBUG_PRINTLN (" Subscribing to signals/broker" );
850
+ new Adafruit_MQTT_Subscribe (WS._mqtt , WS._topic_signal_brkr , 1 );
852
851
WS._mqtt ->subscribe (_topic_signal_brkr_sub);
853
852
_topic_signal_brkr_sub->setCallback (cbSignalTopic);
854
853
855
854
// Subscribe to registration status topic
856
855
_topic_description_sub =
857
856
new Adafruit_MQTT_Subscribe (WS._mqtt , WS._topic_description_status , 1 );
858
- WS_DEBUG_PRINTLN (" Subscribing to signals/status" );
859
857
WS._mqtt ->subscribe (_topic_description_sub);
860
858
_topic_description_sub->setCallback (cbRegistrationStatus);
861
859
}
You can’t perform that action at this time.
0 commit comments