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:
- 25:5e982d03e7d1
- Parent:
- 24:d2f0599798a1
- Child:
- 26:cf9cf40c63ea
--- a/main.cpp Mon Sep 03 18:33:01 2018 +0000 +++ b/main.cpp Sun Sep 09 11:56:38 2018 +0000 @@ -15,7 +15,7 @@ char* topicTEMP = "iotkit/sensor"; char* topicALERT = "iotkit/alert"; // MQTT Brocker -char* hostname = "192.168.178.60"; +char* hostname = "192.168.3.10"; int port = 31883; // MQTT Message MQTT::Message message;