Skip to content

Commit 3b10979

Browse files
committed
Do not cache data (FS) build // Resolve #257
1 parent 7915ba5 commit 3b10979

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ def get_esptoolpy_reset_flags(resetmethod):
241241
env.Exit(1)
242242
target_firm = env.DataToBin(
243243
join("$BUILD_DIR", "${ESP8266_FS_IMAGE_NAME}"), "$PROJECT_DATA_DIR")
244+
env.NoCache(target_firm)
244245
AlwaysBuild(target_firm)
245246
else:
246247
target_firm = env.ElfToBin(

0 commit comments

Comments
 (0)