Fixed esp32 prebuild FS directory location
This commit is contained in:
committed by
Rune Harlyk
parent
06d457f4e5
commit
135c7b0c94
@@ -2,6 +2,6 @@ from pathlib import Path
|
|||||||
|
|
||||||
Import("env")
|
Import("env")
|
||||||
|
|
||||||
filesystem_dir = env["PROJECT_DIR"] + "/data"
|
filesystem_dir = env["PROJECT_DIR"] + "/esp32/data"
|
||||||
|
|
||||||
Path(filesystem_dir).mkdir(exist_ok=True)
|
Path(filesystem_dir).mkdir(exist_ok=True)
|
||||||
Reference in New Issue
Block a user