Skip to content

Commit f2e1450

Browse files
fix: uncomment build_cache_dir in platformio.ini
1 parent 3de0778 commit f2e1450

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include_dir = .
33
src_dir = ./src
44
lib_dir = ./src/libs
55
test_dir = ./unit_tests
6-
;build_cache_dir = ./build_cache
6+
build_cache_dir = ./build_cache
77

88
[common]
99
lib_deps =

0 commit comments

Comments
 (0)