aboutsummaryrefslogtreecommitdiff
path: root/assignments/mqtt/mqtt.md
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-04-27 00:39:19 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2018-04-27 00:39:19 +0200
commit284a60cf65523b3a868a58cf2edc97d190a95608 (patch)
treee51a5502faf49a5ab94f7249ca43a8bd340089a7 /assignments/mqtt/mqtt.md
parent02e2780d233c2d73fcbd32a2a970d5a6f3696224 (diff)
downloadiot-workshop-284a60cf65523b3a868a58cf2edc97d190a95608.tar.gz
iot-workshop-284a60cf65523b3a868a58cf2edc97d190a95608.tar.bz2
iot-workshop-284a60cf65523b3a868a58cf2edc97d190a95608.tar.xz
iot-workshop-284a60cf65523b3a868a58cf2edc97d190a95608.zip
wip
Diffstat (limited to 'assignments/mqtt/mqtt.md')
-rw-r--r--assignments/mqtt/mqtt.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/assignments/mqtt/mqtt.md b/assignments/mqtt/mqtt.md
index e89e88c..f52eed3 100644
--- a/assignments/mqtt/mqtt.md
+++ b/assignments/mqtt/mqtt.md
@@ -11,9 +11,6 @@ Get aquainted with MQTT.
1. Connect to MQTT broker
1. Publish temperature
-1. Implement last will to indicate online status
-1. Implement subscription to reconfigure device
- 1. Change temperature report interval
## Tips
@@ -32,7 +29,7 @@ char *cStr = myString.c_str();
## Bonus
-**1:** Print the heap at regular intervals.
+**1:** Print the heap free size at regular intervals.
**2:** Implement min, max and average temperature over configured interval.