Skip to content

Commit efba434

Browse files
committed
Use official $PROJECT_DATA_DIR
1 parent bb547ce commit efba434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def get_esptoolpy_reset_flags(resetmethod):
241241
sys.stderr.write("Filesystem %s is not supported!\n" % filesystem)
242242
env.Exit(1)
243243
target_firm = env.DataToBin(
244-
join("$BUILD_DIR", "${ESP8266_FS_IMAGE_NAME}"), "$PROJECTDATA_DIR")
244+
join("$BUILD_DIR", "${ESP8266_FS_IMAGE_NAME}"), "$PROJECT_DATA_DIR")
245245
AlwaysBuild(target_firm)
246246
else:
247247
target_firm = env.ElfToBin(

0 commit comments

Comments
 (0)