-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Upload speed ignored #3850
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
Comments
This is related with #3722, I will have a look to this. |
@AndreKR ~~~Can you try this boards.txt and check if serial upload speed is restored ?~~~ |
Merged
d-a-v
added a commit
to d-a-v/Arduino
that referenced
this issue
Dec 11, 2017
less confusing lwip versions in menus fix esp8266#3850 fix esp8266#3707 fix esp8266#3640 fix esp8266#3098 fix esp8266#2740 fix esp8266#2683 fix esp8266#2550
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hardware: ESP-12F
While debugging #3481 I was switching between 2.3.0 and the latest master and I noticed, that with the latest Git master, the upload is much slower:
2.3.0: "Uploading 232352 bytes ..." -> 11 seconds
master: "Uploading 257792 bytes ..." -> 25 seconds
Upload speed is set to 256000 in both cases.
Then I set the upload speed to 115200 and found that it still takes 25 seconds to upload. So the upload speed seems to be ignored in the current Git master.
When I check the command line of esptool in Process Explorer, I find:
This is with the upload speed set to "256000".
The text was updated successfully, but these errors were encountered: