8000 PlatformIO: Revert back default partition table to "default.csv" (#2299) · dleslie/arduino-esp32@e544e67 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 7, 2020. It is now read-only.

Commit e544e67

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/platformio-build.py

Lines changed: 1 addition & 1 deletion
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)
0