Skip to content

Commit

Permalink
Correct sdconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Johboh committed Aug 11, 2024
1 parent 1be2c3e commit e8a87bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 0 additions & 7 deletions examples/espidf/sdkconfig copy.defaults

This file was deleted.

7 changes: 6 additions & 1 deletion examples/espidf/sdkconfig.defaults
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
CONFIG_ESPTOOLPY_FLASHSIZE="4MB"
CONFIG_ESPTOOLPY_FLASHSIZE="4MB"
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_with_ota.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions_with_ota.csv"
CONFIG_PARTITION_TABLE_OFFSET=0x8000
CONFIG_PARTITION_TABLE_MD5=y

0 comments on commit e8a87bf

Please sign in to comment.