Files
esp-idf/components/esp_driver_gpio/src
Olivér Remény 4571d2756a fix(gpio): Avoid error message when calling reset on an input only pin.
The `gpio_reset_pin` function attempted to enable internal pullup on pins which does not have one. This change adds a guard to `gpio_reset_pin` for calling `gpio_pullup_en` - the same guard that makes `gpio_pullup_en` print the error.
2025-08-13 20:29:19 +08:00
..