You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OPEN_DRAIN is defined in the esp32 core in esp32-hal-gpio.h, this lib can't compile with it. I changed my pp_od enum to use PUSH_PULL_PIN and OPEN_DRAIN_PIN which fixed the issue, I'd make a pull request if I knew how.
The text was updated successfully, but these errors were encountered:
OPEN_DRAIN is defined in the esp32 core in esp32-hal-gpio.h, this lib can't compile with it. I changed my pp_od enum to use PUSH_PULL_PIN and OPEN_DRAIN_PIN which fixed the issue, I'd make a pull request if I knew how.
The text was updated successfully, but these errors were encountered: