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
Hello, im using Interrupts on esp32 and i always get the errors:
16:50:46.072 -> E (1714) gpio: gpio_pullup_en(78): GPIO number error (input-only E (1762) gpio: gpio_isr_handler_remove(568): GPIO isr service is not installed, call gpio_install_isr_service() first
16:50:46.118 -> E (1763) gpio: gpio_isr_handler_remove(568): GPIO isr service is not installed, call gpio_install_isr_service() first
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, im using Interrupts on esp32 and i always get the errors:
This is my function where i call it
Is there anything i can do to fix this?
Im using GPIO 34 ands 35 for interrupt with an external pullup resistor connected. The module is a esp-wroom-32.
If i comment all interrupt lines, the error is gone.
Beta Was this translation helpful? Give feedback.
All reactions