-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash with ESP32 when wifi enabled. #39
Comments
Same problem if we use timer 1 or 2 or 3 instead of the default timer 0. |
The test case run OK if we perform the init of the ibus stuff at the end of the setup() ..., after all others init for the wifi. Not sure if this workarround does'nt give others problems ... |
At least in the ARDUINO ESP32 context it is strongly advised in the documentation to not used Serial in ISR. So really better to not use the timer / ISR at least in the context ARDUINO/ESP32 and use the option IBUSBM_NOTIMER and call directly iBus.loop(); |
When a webserver is used the ESP32 crash with default iBus config.
It runs OK if IBUSBM_NOTIMER is used with explicit call to .loop()
This problem may be linked to issue #33
Configuration: ESP32 Dev Kit board
Arduino IDE 1.8.19
ESP32 package2.0.9
Small test case:
The crash:
The text was updated successfully, but these errors were encountered: