File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1248,7 +1248,7 @@ void Wippersnapper::runNetFSM() {
1248
1248
maxAttempts = 10 ;
1249
1249
while (maxAttempts >= 0 ) {
1250
1250
setStatusLEDColor (LED_IO_CONNECT);
1251
- int8_t mqttRC = WS._mqtt ->connect (WS. _username , WS. _key );
1251
+ int8_t mqttRC = WS._mqtt ->connect ();
1252
1252
if (mqttRC == WS_MQTT_CONNECTED) {
1253
1253
fsmNetwork = FSM_NET_CHECK_MQTT;
1254
1254
break ;
Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ class Wippersnapper_ESP32 : public Wippersnapper {
101
101
/* *******************************************************/
102
102
void setupMQTTClient (const char *clientID) {
103
103
if (WS._mqttBrokerURL == nullptr ) {
104
- WS_DEBUG_PRINTLN (" IO ADAFRUIT TEST L114" );
105
104
WS._mqttBrokerURL = " io.adafruit.com" ;
106
105
_mqtt_client->setCACert (_aio_root_ca_prod);
107
106
} else {
You can’t perform that action at this time.
0 commit comments