Skip to content

Commit

Permalink
ESP: Change default flash frequency to 80 MHz
Browse files Browse the repository at this point in the history
Should work for most of the users, the rest can go back to 40 by adding `--esp-flash-params=,,40m`

CL: ESP: Change default flash frequency to 80 MHz

PUBLISHED_FROM=39c7ab3e173956491cf79fb5d3f4936a21f5a1d9
  • Loading branch information
Deomid Ryabkov authored and cesantabot committed Feb 8, 2019
1 parent a2ae4de commit 74448ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mos/flash/esp/flasher/common.go
Expand Up @@ -11,7 +11,7 @@ import (

const (
defaultFlashMode = "dio"
defaultFlashFreq = "40m"
defaultFlashFreq = "80m"
)

type cfResult struct {
Expand Down

0 comments on commit 74448ba

Please sign in to comment.