Skip to content

Upload speed ignored #3850

Closed
Closed
@AndreKR

Description

@AndreKR

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".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions