You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I found an error in your code.
I uploaded the code and data to the ESP32 NodeMCU and ESP got stuck in the bootloop.
After some searching, I found that the problem is in the size of the "char cValue [40]" or "char cConfiguredNrOfSides [40]" field. So I changed both to 400 and the problem is solved.
The text was updated successfully, but these errors were encountered:
Hi,
I found an error in your code.
I uploaded the code and data to the ESP32 NodeMCU and ESP got stuck in the bootloop.
After some searching, I found that the problem is in the size of the "char cValue [40]" or "char cConfiguredNrOfSides [40]" field. So I changed both to 400 and the problem is solved.
The text was updated successfully, but these errors were encountered: