Skip to content

Commit

Permalink
Update and rename Arduino_MKR1500.ino to Arduino_MKR1500NB.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelain authored Oct 25, 2019
1 parent 748fdfa commit dd27d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Arduino_MKR1500.ino → Arduino_MKR1500NB.ino
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void connectionManager(bool _way = 1) {

Serial.println("\nYou're connected to the network");

Serial.print("Connectint to MQTT broker '");
Serial.print("Connecting to MQTT broker '");
Serial.print(mqtt_broker);
Serial.print("'");

Expand Down Expand Up @@ -162,4 +162,4 @@ void sendData() {
serializeJson(payload, _buffer);
publishMessage(mqtt_pubdata, _buffer);
lastTransmission = millis();
}
}

0 comments on commit dd27d59

Please sign in to comment.