Skip to content

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

Closed
AndreKR opened this issue Nov 19, 2017 · 2 comments · Fixed by #3940
Closed

Upload speed ignored #3850

AndreKR opened this issue Nov 19, 2017 · 2 comments · Fixed by #3940

Comments

@AndreKR
Copy link

AndreKR commented Nov 19, 2017

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:

C:\Users\andre\Documents\Arduino\hardware\esp8266com\esp8266\tools\esptool\esptool.exe -cd ck -cb 115200 -cp COM22 -ca 0x00000 -cf C:\Users\andre\AppData\Local\Temp\arduino_build_268796/udptest.ino.bin

This is with the upload speed set to "256000".

@d-a-v
Copy link
Collaborator

d-a-v commented Nov 19, 2017

This is related with #3722, I will have a look to this.

@d-a-v
Copy link
Collaborator

d-a-v commented Nov 19, 2017

@AndreKR ~~~Can you try this boards.txt and check if serial upload speed is restored ?~~~
Check #3722 OP for updates

d-a-v added a commit to d-a-v/Arduino that referenced this issue Dec 11, 2017
devyte pushed a commit that referenced this issue Dec 12, 2017
less confusing lwip versions in menus
fix #3850
fix #3707
fix #3640
fix #3098
fix #2740
fix #2683
fix #2550
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 a pull request may close this issue.

2 participants