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.