diff --git a/builder/frameworks/espidf.py b/builder/frameworks/espidf.py index be689a6..933def6 100644 --- a/builder/frameworks/espidf.py +++ b/builder/frameworks/espidf.py @@ -323,7 +323,7 @@ if not isfile(join(env.subst("$PROJECTSRC_DIR"), "sdkconfig.h")): # # Export path to the partitions table -env.Append( +env.Replace( PARTITION_TABLE_CSV=join( FRAMEWORK_DIR, "components", "partition_table", "%s.csv" % env.BoardConfig().get("build.partitions", "partitions_singleapp")