Skip to content

Commit 738cd26

Browse files
authored
Merge pull request #27 from id-studiolab/test
Fix broken MQTT.zip link in tutorial 5
2 parents cae4f1f + 8c58fc4 commit 738cd26

3 files changed

Lines changed: 3 additions & 42 deletions

File tree

.github/workflows/keep-config-intact.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
theme: just-the-docs
22

3+
# If issues with merging of this file occur in the future, please run the following command in a terminal:
4+
# git config merge.ours.driver true
35
baseurl: /Digital-Interfaces/test # For test branch: /repository-name/test
46

57
#theme: just-the-docs

assignments/05-walkie-talkie-hw-code/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Although we will use a lot of code, you are not required to understand every lit
2424
{: .warning }
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 ItsyBitsy to the internet.
2626

27-
After connecting to the internet the next step is to [download the MQTT library](../04-data-embodiment/MQTT.zip) and move it to the ```/lib``` folder on your **CIRCUITPY drive**.
27+
After connecting to the internet the next step is to [download the MQTT library](MQTT.zip) and move it to the ```/lib``` folder on your **CIRCUITPY drive**.
2828
Next we are going to update the ```settings.toml``` file in order to connect to the MQTT server.
2929
Open de ```settings.toml``` file in a **text-editor** (unfortunately mu-editor cannot open it).
3030

0 commit comments

Comments
 (0)