From fc750c70b36f7111f8f448662cb6db81e72887b7 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 22 Jul 2019 08:10:30 +0200 Subject: [PATCH] Build path changed Signed-off-by: Knut Ahlers --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cee0ae8..9731bd7 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ build_%: download korvike venv ./korvike -i override_$*.h -o tasmota/sonoff/user_config_override.h cd tasmota && ../venv/bin/platformio run -e $* mkdir -p build - cp tasmota/.pioenvs/$*/firmware.bin build/$*.bin + cp tasmota/.pio/build/$*/firmware.bin build/$*.bin clean final: rm -rf korvike tasmota venv