Skip to content

Commit

Permalink
PlatformIO: Revert back default partition table to "default.csv" (#2299)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets authored and me-no-dev committed Jan 10, 2019
1 parent b0582e1 commit e544e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/platformio-build.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
#

fwpartitions_dir = join(FRAMEWORK_DIR, "tools", "partitions")
partitions_csv = env.BoardConfig().get("build.partitions", "huge_app.csv")
partitions_csv = env.BoardConfig().get("build.partitions", "default.csv")
env.Replace(
PARTITIONS_TABLE_CSV=abspath(
join(fwpartitions_dir, partitions_csv) if isfile(
Expand Down

0 comments on commit e544e67

Please sign in to comment.