We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f120e2 commit 5fd7a45Copy full SHA for 5fd7a45
README.md
@@ -25,8 +25,8 @@ Examples
25
Currently two examples are provided that are known to work and that come with HEX files ready
26
to load into an Atmega 328 based arduino:
27
- A REST example that fetches the current time from a server on the internet and prints it.
28
- This example is in `./ELClient/examples/rest`
+ This example is in `./ELClient/examples/rest`.
29
- An MQTT example that publishes messages to an MQTT server and subscribes so it receives and
30
- prints its own messages.
+ prints its own messages. This example is in `./ELClient/examples/mqtt`.
31
32
The "thingspeak" and "demo" examples are currently not maintained and therefore won't work as-is.
0 commit comments