-
Notifications
You must be signed in to change notification settings - Fork 119
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
Esp8266 baud rate ignored with Flasher::connect #472
Comments
I don't know that there's any specific reason for this. Seems to have been this way since 2020 when it was added. Looking at |
from esptool code Edit: it looks like there is not even a check at all |
Ok so after investigating a bit more on this, it looks like you can set the baudrate higher than 115200 after loading the stub. So initially you shoud:
|
We've decided to drop support for the ESP8266 (see #576), so closing this issue. |
I am trying to flash an esp8266 board with a speed of 921600
but the flasher baud is ignored in the connect function
this does not seem right as I am in fact able to call the function after using connect and the flashing does complete without issue.
is there a particular reason on why the esp8266 is ignored and not simply prompting the warning like the others?
The text was updated successfully, but these errors were encountered: