SATL-Research-and-Development / ETS_PES_issues

Discuss issues here
MIT License
0 stars 0 forks source link

PES starting/restarting issue #52

Open MoshiurSarder opened 2 months ago

MoshiurSarder commented 2 months ago

While starting a PES, it takes restart several times and which need to solve. Sometimes someone may think that there are issues with display and that's why it is blinking

wirahim commented 4 weeks ago

This happens because the code is set to restart the core if the ESP32 fails to connect within 10 sec. either increase the attempt counts or delay between counts.

wirahim commented 4 weeks ago

It may also happen due to insufficient power during boot time (if it keeps restarting itself before 10 second set delay). please investigate.