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:
parent
84e3511aee
commit
fc750c70b3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue