From 1635df0ef4036c0e1c18cf7c742d6827a69cf533 Mon Sep 17 00:00:00 2001 From: Jens True Date: Fri, 29 Mar 2019 17:10:47 +0100 Subject: [PATCH] Missing python requirements --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index dd7971b..ede3b73 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,5 @@ build: pio run otaupload: + pip install -r .piolibdeps/Homie/scripts/ota_updater/requirements.txt python .piolibdeps/Homie/scripts/ota_updater/ota_updater.py -l mqtt.jcktrue.dk -i 18fe34f2f987 .pioenvs/nodemcu/firmware.bin \ No newline at end of file