turbidity sensor

Dependencies:   watersenor_and_temp_code MQTT NetworkSocketAPI X_NUCLEO_IDW01M1v2 mbed

Fork of Dissolved_oxygen_sensor_online by wang tang

Files at this revision

API Documentation at this revision

Comitter:
e58136782000
Date:
Wed Nov 08 06:32:19 2017 +0000
Parent:
5:42113ea1b319
Commit message:
turbidity sensor online

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Nov 06 15:04:43 2017 +0000
+++ b/main.cpp	Wed Nov 08 06:32:19 2017 +0000
@@ -10,7 +10,7 @@
 #define MQTT_MAX_PACKET_SIZE 250
 #define MQTT_MAX_PAYLOAD_SIZE 300
 //Configuration value needed to connect Red-node
-#define BROKER_URL "192.168.1.110";
+#define BROKER_URL "192.168.1.116";
 #define MQTT_PORT 1883
 //MQTT use Topic 
 #define TOPIC "1"