Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: QEI MFRC522 HTS221 IoTKit BMP180 MQTT
Fork of MQTTPublish by
Diff: main.cpp
- Revision:
- 36:85831ebc80f0
- Parent:
- 34:d5ec41049341
- Child:
- 37:815a3954eef6
--- a/main.cpp Fri May 24 12:02:44 2019 +0000 +++ b/main.cpp Sat Nov 02 18:32:07 2019 +0000 @@ -32,7 +32,7 @@ char* topicENCODER = "iotkit/encoder"; char* topicRFID = "iotkit/rfid"; // MQTT Brocker -char* hostname = "broker.hivemq.com"; +char* hostname = "iotkit.mc-b.ch"; int port = 1883; // MQTT Message MQTT::Message message;