src.nth.io/

summaryrefslogtreecommitdiff
path: root/sdkconfig.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'sdkconfig.defaults')
-rw-r--r--sdkconfig.defaults4
1 files changed, 4 insertions, 0 deletions
diff --git a/sdkconfig.defaults b/sdkconfig.defaults
index 3f88f72..e612dc8 100644
--- a/sdkconfig.defaults
+++ b/sdkconfig.defaults
@@ -1,5 +1,9 @@
CONFIG_IDF_TARGET="esp32p4"
+# Flash (Waveshare ESP32-P4-ETH-POE ships with 16 MB QSPI flash)
+CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y
+CONFIG_ESPTOOLPY_FLASHSIZE="16MB"
+
# Partition table
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"