mirror of https://github.com/arendst/Tasmota.git
Use Platformio cache function...
for already compiled environment code. Speeds up rebuilding a lot. In my test it worked reliable.
This commit is contained in:
parent
6c4a7508f0
commit
124d2d59e9
|
@ -10,6 +10,7 @@
|
||||||
[platformio]
|
[platformio]
|
||||||
src_dir = sonoff
|
src_dir = sonoff
|
||||||
build_dir = .pioenvs
|
build_dir = .pioenvs
|
||||||
|
build_cache_dir = cache
|
||||||
|
|
||||||
; *** Uncomment one of the lines below to build/upload only one environment
|
; *** Uncomment one of the lines below to build/upload only one environment
|
||||||
;default_envs = sonoff
|
;default_envs = sonoff
|
||||||
|
|
Loading…
Reference in New Issue