On the ESP32-PICO-V3, the GPIO20 pin is brought out.
When trying to use it in the NodeMCU, the message "GPIO_PIN mask error" appears.
I found advice to modify the /sdk/esp-idf/components/soc/soc/esp32/gpio_periph.c file.
I have replaced '0,'on the appropriate position with 'IO_MUX_GPIO20_REG,'. The error still appears. Does anyone have an idea what needs to be done to make it possible to use GPIO20 ?
When trying to use it in the NodeMCU, the message "GPIO_PIN mask error" appears.
I found advice to modify the /sdk/esp-idf/components/soc/soc/esp32/gpio_periph.c file.
I have replaced '0,'on the appropriate position with 'IO_MUX_GPIO20_REG,'. The error still appears. Does anyone have an idea what needs to be done to make it possible to use GPIO20 ?