luc-github / ESP3D

FW for ESP8266/ESP8285/ESP32 used with 3D printer
GNU General Public License v3.0
1.78k stars 466 forks source link

[Question]What is the boot sequence delay for? #976

Closed dbuezas closed 11 months ago

dbuezas commented 11 months ago

I set it to zero so the board starts up faster. What is it good for?

image
luc-github commented 11 months ago

it is usefull for boards which start slower than ESP3D, it avoid to overload their serial buffer with ESP3D commands / message. it allow to display the IP on printer screen on time, etc... it really depend on what board is connected to ESP3D