Faster upload speed for ESP8266 #404

Closed
opened 2026-04-05 17:52:56 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @JINODK on 3/1/2022

Change the upload baud rate to 921600 (as CH340G can handle it) and save quite a lot of time actually

Before
Wrote 389152 bytes (280698 compressed) at 0x00000000 in 24.8 seconds (effective 125.7 kbit/s)...

After
Wrote 389152 bytes (280698 compressed) at 0x00000000 in 4.1 seconds (effective 760.6 kbit/s)...

*Originally created by @JINODK on 3/1/2022* ### Change the upload baud rate to 921600 (as CH340G can handle it) and save quite a lot of time actually Before `Wrote 389152 bytes (280698 compressed) at 0x00000000 in 24.8 seconds (effective 125.7 kbit/s)...` After `Wrote 389152 bytes (280698 compressed) at 0x00000000 in 4.1 seconds (effective 760.6 kbit/s)...`
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/SlimeVR-Tracker-ESP#404