We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b375928 commit 1316914Copy full SHA for 1316914
boards/esp32-solo1.json
@@ -31,9 +31,11 @@
31
},
32
"espidf": {
33
"custom_sdkconfig": [
34
- "CONFIG_FREERTOS_UNICORE=y"
+ "CONFIG_FREERTOS_UNICORE=y",
35
+ "# CONFIG_BOOTLOADER_SPI_CUSTOM_WP_PIN is not set",
36
+ "CONFIG_BOOTLOADER_SPI_WP_PIN=7"
37
]
38
- "url": "https://en.wikipedia.org/wiki/ESP32",
39
+ "url": "https://www.espressif.com/sites/default/files/documentation/esp32-solo-1_datasheet_en.pdf",
40
"vendor": "Espressif"
41
}
0 commit comments