From a33780a3a7ff65553a010ce8bfe5326211390f02 Mon Sep 17 00:00:00 2001 From: Jens True Date: Thu, 11 Jul 2019 08:56:26 +0200 Subject: [PATCH] New paths for PIOv4 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ede3b73..ef9c4bc 100644 --- a/Makefile +++ b/Makefile @@ -2,5 +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 + pip install -r .pio/libdeps/Homie/scripts/ota_updater/requirements.txt + python .pio/libdeps/Homie/scripts/ota_updater/ota_updater.py -l mqtt.jcktrue.dk -i 18fe34f2f987 .pio/build/nodemcu/firmware.bin