ESP32 v1.19.1 (xQueueGenericSend)- assert failed! #9173
-
When upgrading to the v1.19.1 ESP32 Generic image I now get this error:
Happens on ESP32-D0WDQ6-V3 (revision 3) and revision 1 chips. There is more not working, ie the GPIO. Did I miss something important when moving from v1.18 to v1.91.1? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Can you show the Python code that leads to this assert failure? If you can provide a minimal example of Python code that shows the bug then other people can try to reproduce it and track down the problem.
As above, can you provide a simple example using |
Beta Was this translation helpful? Give feedback.
-
I had previously noticed (and forgotten about) this issue on v1.19.1 and also Glenn20's older v1.19 image. It behaves as expected in his latest v1.19.1 image.
I'll go back and check the GPIO as I would like to try PULL_HOLD. |
Beta Was this translation helpful? Give feedback.
-
I have just verified that hold=True and hold=False on v1.19.1 work. Sorry, didn't note the change in keywords. |
Beta Was this translation helpful? Give feedback.
I have just verified that hold=True and hold=False on v1.19.1 work. Sorry, didn't note the change in keywords.