From d6d1e003072b0a0cadad0298e079d84c15a27cfd Mon Sep 17 00:00:00 2001 From: Hel Gibbons <50950368+helgibbons@users.noreply.github.com> Date: Wed, 21 Sep 2022 15:02:13 +0100 Subject: [PATCH] Add link to common files --- micropython/examples/pico_enviro/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/micropython/examples/pico_enviro/README.md b/micropython/examples/pico_enviro/README.md index 5851fad1..1c30acfd 100644 --- a/micropython/examples/pico_enviro/README.md +++ b/micropython/examples/pico_enviro/README.md @@ -75,11 +75,11 @@ Reads from the (optional) particulate sensor and displays the results on screen. ## Wireless Examples -The wireless examples need `network_manager.py` and `WIFI_CONFIG.py` from the `common` directory to be saved to your Pico W. Open up `WIFI_CONFIG.py` in Thonny to add your wifi details (and save it when you're done). +The wireless examples need `network_manager.py` and `WIFI_CONFIG.py` from the [micropython/examples/common](/micropython/examples/common) directory to be saved to your Pico W. Open up `WIFI_CONFIG.py` in Thonny to add your wifi details (and save it when you're done). For MQTT, you'll need to install `micropython-mqtt.simple` using Thonny's 'Tools' > 'Manage Packages'. ### Enviro All (MQTT) [enviro_all_mqtt.py](enviro_all_mqtt.py) -This example reads from all the sensors on Pico Enviro+ (plus the optional particulate sensor) and posts the results into an MQTT broker. \ No newline at end of file +This example reads from all the sensors on Pico Enviro+ (plus the optional particulate sensor) and posts the results into an MQTT broker.