Skip to content

Commit 0ecd20e

Browse files
committed
Improve MQTT instructions formatting
1 parent a679c7f commit 0ecd20e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • assignments/05-walkie-talkie-discover

assignments/05-walkie-talkie-discover/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ Although we will use a lot of code, you are not required to understand every lit
2525
As a prerequisite for this tutorial to work, make sure you followed and successfully completed [Tutorial 4 of the Connected Interaction Kit website](https://id-studiolab.github.io/Connected-Interaction-Kit/tutorials/03-connect-to-the-internet/) and connected your PicoExpander to the internet.
2626

2727

28-
After connecting to the internet, download the MQTT library: [MQTT.zip](MQTT.zip). Once downloaded, extract its contents to a folder. Open the extracted MQTT folder and copy the file named ```MQTT.py``` to your the ```/lib``` folder in your **CIRCUITPY drive**.
28+
After connecting to the internet, download the MQTT library: [MQTT.zip](MQTT.zip).
29+
Once downloaded, extract its contents to a folder.
30+
Open the extracted MQTT folder and copy the file named ```MQTT.py``` to your the ```/lib``` folder in your **CIRCUITPY drive**.
2931
Make sure the ```MQTT.py``` file is successfully placed in the ```/lib``` folder before proceeding to the next step.
3032

3133
Next we are going to update the ```settings.toml``` file in order to connect to the MQTT server.

0 commit comments

Comments
 (0)