1
0
Fork 0
mirror of https://github.com/Luzifer/tasmota-build.git synced 2024-11-09 09:50:03 +00:00

Build path changed

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-07-22 08:10:30 +02:00
parent 84e3511aee
commit fc750c70b3
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -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