From 33bad73206badcf45fe0aa2f1e0af33f58f5c70f Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Wed, 30 Aug 2023 22:29:17 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9fe795b..355218f 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ ### Install 1. Setup picoW with MicroPython [link](https://www.raspberrypi.com/documentation/microcontrollers/micropython.html) -2. Copy main.py and config.py to picoW root -3. Edit config.py to correct SSID, Password and MQTT broker IP +2. Add dependencies (umqtt) +3. Copy main.py and config.py to picoW root +4. Edit config.py to correct SSID, Password and MQTT broker IP ### Protocol [link to HAN protocol](https://hanporten.se/svenska/protokollet/)