Searched refs:ESP32_D2WD_WP_GPIO (Results 1 – 1 of 1) sorted by relevance
160 #define ESP32_D2WD_WP_GPIO 7 /* ESP32-D2WD & ESP32-PICO-D4 has this GPIO wired to WP pin of flash */ macro176 return ESP32_D2WD_WP_GPIO; in bootloader_flash_get_wp_pin()180 return (chip_ver < 3) ? ESP32_D2WD_WP_GPIO : ESP32_PICO_V3_GPIO; in bootloader_flash_get_wp_pin()