Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ESP32-C3 startup delay #329

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kounocom
Copy link
Contributor

@kounocom kounocom commented May 2, 2024

This no longer seems needed, all serial functions still work without the delay.

@unlogisch04
Copy link
Contributor

I did add this timeout.
The reason for it was, that USB is able to register on the computer and allow to see the full log. ( example for WiFi Setup, and also for more easy debug ).
I don't see any reason why that should have changed.

@Spacefish
Copy link

At least you have 2s to start the monitor. It helped with the C6 when i was trying it out.. Not sure if it´s 100% required, as you can still do a reset while being connected to the serial interface via USB.

@kounocom
Copy link
Contributor Author

kounocom commented May 2, 2024

That's kinda what I was thinking -- if the full log is needed, user can just send a reboot command via serial
And if it hangs and doesn't respond, I'm pretty sure esptool can still send a soft reset signal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants