We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 354e0b3 commit 21b97c6Copy full SHA for 21b97c6
sdkconfig.defaults
@@ -22,3 +22,8 @@ CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL=y
22
23
# Future: proper back-trace for esp32c3
24
#CONFIG_ESP_SYSTEM_USE_EH_FRAME=y
25
+
26
+#Use the partitions.csv file in the git root
27
+CONFIG_PARTITION_TABLE_SINGLE_APP=
28
+CONFIG_PARTITION_TABLE_CUSTOM=y
29
+CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="../../../../../../partitions.csv"
0 commit comments