Skip to content

Commit

Permalink
Merge pull request #70 from esp-cpp/feature/flash-speedup
Browse files Browse the repository at this point in the history
optimization: enable QIO mode for flash for faster reading from flash
  • Loading branch information
finger563 authored Jun 29, 2024
2 parents e00abb0 + 7bef744 commit febdf32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ CONFIG_ESP_TASK_WDT_EN=n

CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y
CONFIG_ESPTOOLPY_FLASHSIZE="16MB"
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y # over twice as fast as DIO

CONFIG_FREERTOS_HZ=1000

Expand Down

0 comments on commit febdf32

Please sign in to comment.