We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb547ce commit efba434Copy full SHA for efba434
builder/main.py
@@ -241,7 +241,7 @@ def get_esptoolpy_reset_flags(resetmethod):
241
sys.stderr.write("Filesystem %s is not supported!\n" % filesystem)
242
env.Exit(1)
243
target_firm = env.DataToBin(
244
- join("$BUILD_DIR", "${ESP8266_FS_IMAGE_NAME}"), "$PROJECTDATA_DIR")
+ join("$BUILD_DIR", "${ESP8266_FS_IMAGE_NAME}"), "$PROJECT_DATA_DIR")
245
AlwaysBuild(target_firm)
246
else:
247
target_firm = env.ElfToBin(
0 commit comments