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 b0582e1 commit e544e67Copy full SHA for e544e67
tools/platformio-build.py
@@ -209,7 +209,7 @@
209
#
210
211
fwpartitions_dir = join(FRAMEWORK_DIR, "tools", "partitions")
212
-partitions_csv = env.BoardConfig().get("build.partitions", "huge_app.csv")
+partitions_csv = env.BoardConfig().get("build.partitions", "default.csv")
213
env.Replace(
214
PARTITIONS_TABLE_CSV=abspath(
215
join(fwpartitions_dir, partitions_csv) if isfile(
0 commit comments