mirror of
https://github.com/Luzifer/tasmota-build.git
synced 2024-11-12 19:22:47 +00:00
Re-enable minimal build
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
02e66672e8
commit
9e36ad28c9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
TASMOTA_VERSION=v8.3.1
|
||||
export PLATFORMIO_BUILD_FLAGS=-DUSE_CONFIG_OVERRIDE
|
||||
|
||||
default: build_tasmota
|
||||
default: build_tasmota build_tasmota-minimal
|
||||
|
||||
chown:
|
||||
chown -R $(UID) build
|
||||
|
|
Loading…
Reference in a new issue