[ESP32-solo1] Add flags to fix IDF5.5 issues for 'esp32-solo1' boards

This commit is contained in:
TD-er
2025-11-17 15:52:15 +01:00
parent 86eb05a99a
commit ddaf7be33a
+3 -1
View File
@@ -32,7 +32,9 @@
},
"espidf": {
"custom_sdkconfig": [
"CONFIG_FREERTOS_UNICORE=y"
"CONFIG_FREERTOS_UNICORE=y",
"# CONFIG_BOOTLOADER_SPI_CUSTOM_WP_PIN is not set",
"CONFIG_BOOTLOADER_SPI_WP_PIN=7"
]
},
"url": "https://en.wikipedia.org/wiki/ESP32",