spigotx / Moodlite

Moodlite
GNU General Public License v3.0
109 stars 17 forks source link

ESP32 bootloop #24

Open Pajaentr opened 3 years ago

Pajaentr commented 3 years ago

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.