Search found 1 match
- Fri Mar 04, 2022 6:51 am
- Forum: ESP RainMaker
- Topic: Error:GPIO isr service already installed
- Replies: 17
- Views: 117843
Re: Error:GPIO isr service already installed
For anyone else having the same issue, mine was due to me calling gpio_install_isr_service multiple times since I put it in my interrupt pin initialization function.