Skip to content

Commit 1316914

Browse files
authored
Update ESP32-Solo1 JSON configuration
1 parent b375928 commit 1316914

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

boards/esp32-solo1.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@
3131
},
3232
"espidf": {
3333
"custom_sdkconfig": [
34-
"CONFIG_FREERTOS_UNICORE=y"
34+
"CONFIG_FREERTOS_UNICORE=y",
35+
"# CONFIG_BOOTLOADER_SPI_CUSTOM_WP_PIN is not set",
36+
"CONFIG_BOOTLOADER_SPI_WP_PIN=7"
3537
]
3638
},
37-
"url": "https://en.wikipedia.org/wiki/ESP32",
39+
"url": "https://www.espressif.com/sites/default/files/documentation/esp32-solo-1_datasheet_en.pdf",
3840
"vendor": "Espressif"
3941
}

0 commit comments

Comments
 (0)