Skip to content

Commit 7b2a983

Browse files
committed
file clean
1 parent 5b88f3a commit 7b2a983

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// MQTT Client for Wemos D1 Pro
1212
// wildthings.io - Birgit Bachler, Aotearoa/New Zealand, 2019
1313
//
14-
// Wemos D1 Pro
14+
// Wemos D1 with LED to visualise EC stream
1515
//
1616
// To record datastream on your laptop: mosquitto_sub -v -h 192.168.42.1 -p 1883 -t '#' | xargs -d$'\n' -L1 sh -c 'date "+%D %T $0"' > 1612-nr2-datalog-2.log
1717
// credits to
@@ -26,8 +26,8 @@
2626
#include <PubSubClient.h>
2727
#include <ESP8266WiFi.h>
2828
#define node_name "Papawai-Kaituhituhi-Tahi"
29-
#define ecTopic "moturoa/ec"
30-
#define spikeTopic "moturoa/spike" // spike in water - blink
29+
#define ecTopic "papawai/ec"
30+
#define spikeTopic "papawai/spike" // spike in water - blink
3131

3232

3333

0 commit comments

Comments
 (0)