mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-02 17:29:22 +02:00
Enable QIO and 80MHZ flash on Stark CMR
This commit is contained in:
parent
0f2cbe8f04
commit
a0de6b092b
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ platform = https://github.com/pioarduino/platform-espressif32/releases/download/
|
|||
board = esp32dev
|
||||
monitor_speed = 115200
|
||||
monitor_filters = default, time, log2file, esp32_exception_decoder
|
||||
board_build.flash_mode = qio
|
||||
board_build.f_flash = 80000000
|
||||
board_build.arduino.memory_type = qio_qspi
|
||||
board_build.partitions = min_spiffs.csv
|
||||
framework = arduino
|
||||
build_flags = -I include -DHW_STARK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue