Move buildcache inside ~/.platformio to be captured by caching of the CI and also make clearer to users who might want to fully reset platformio
This commit is contained in:
@@ -88,7 +88,7 @@ default_envs =
|
||||
|
||||
src_dir = ./wled00
|
||||
data_dir = ./wled00/data
|
||||
build_cache_dir = ~/.buildcache
|
||||
build_cache_dir = ~/.platformio/buildcache
|
||||
extra_configs =
|
||||
platformio_override.ini
|
||||
|
||||
|
||||
Reference in New Issue
Block a user