Skip to content

Commit

Permalink
reduce flash freq (related to #42)
Browse files Browse the repository at this point in the history
  • Loading branch information
kglowacki committed Oct 18, 2017
1 parent 2f244e9 commit aaba068
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ CONFIG_FLASHMODE_DIO=y
# CONFIG_FLASHMODE_DOUT is not set
CONFIG_ESPTOOLPY_FLASHMODE="dio"
# CONFIG_ESPTOOLPY_FLASHFREQ_80M is not set
CONFIG_ESPTOOLPY_FLASHFREQ_40M=y
# CONFIG_ESPTOOLPY_FLASHFREQ_26M is not set
# CONFIG_ESPTOOLPY_FLASHFREQ_40M is not set
CONFIG_ESPTOOLPY_FLASHFREQ_26M=y
# CONFIG_ESPTOOLPY_FLASHFREQ_20M is not set
CONFIG_ESPTOOLPY_FLASHFREQ="40m"
CONFIG_ESPTOOLPY_FLASHFREQ="26m"
# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set
CONFIG_ESPTOOLPY_FLASHSIZE_2MB=y
# CONFIG_ESPTOOLPY_FLASHSIZE_4MB is not set
Expand Down

0 comments on commit aaba068

Please sign in to comment.