Skip to content

Commit e544e67

Browse files
ivankravetsme-no-dev
authored andcommitted
PlatformIO: Revert back default partition table to "default.csv" (#2299)
1 parent b0582e1 commit e544e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tools/platformio-build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
#
210210

211211
fwpartitions_dir = join(FRAMEWORK_DIR, "tools", "partitions")
212-
partitions_csv = env.BoardConfig().get("build.partitions", "huge_app.csv")
212+
partitions_csv = env.BoardConfig().get("build.partitions", "default.csv")
213213
env.Replace(
214214
PARTITIONS_TABLE_CSV=abspath(
215215
join(fwpartitions_dir, partitions_csv) if isfile(

0 commit comments

Comments
 (0)