Replies: 1 comment
-
Oh, that was my mistake. In setup, the line was sometimes not executed: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I changed the processor from ESP32-wroom-32U to ESP32-wroom-32UE. And this caused a problem in the program. Before that, everything worked fine, but semophors stopped working on the UE version. I get an error:
Decoding gives the following results:
Line 987 contains:
xSemaphoreTake(wifi_mutex, portMAX_DELAY);
Short code:
Beta Was this translation helpful? Give feedback.
All reactions