Can the libary can cause a dump at esp32 #1792
-
I included the lib and created an Object but when im adding IRsend.begin() and i load it on the esp32 the esp crashes ? And always is rebooting. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
What is your code? Most likely you are doing something non supported, searching existing issues might show you some samples of causes and solutions. |
Beta Was this translation helpful? Give feedback.
-
It is VERY unlikely that Without example code, diagrams, or more info we can't help you. We can only speculate. |
Beta Was this translation helpful? Give feedback.
It is VERY unlikely that
IRsend::begin()
is causing a crash as all it does is set your specified GPIO as an output.Either you've chosen a bad GPIO, or your circuit design is poor, or you have got a defective ESP32.
Without example code, diagrams, or more info we can't help you. We can only speculate.