mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Enable QIO and 80mhz flash on Lilygo T-CAN485 build (50-80% perf improvement)
This commit is contained in:
parent
5aa657e0b5
commit
983105ab6a
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ platform = https://github.com/pioarduino/platform-espressif32/releases/download/
|
||||||
board = esp32dev
|
board = esp32dev
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
monitor_filters = default, time, log2file
|
monitor_filters = default, time, log2file
|
||||||
|
board_build.flash_mode = qio
|
||||||
|
board_build.f_flash = 80000000
|
||||||
|
board_build.arduino.memory_type = qio_qspi
|
||||||
board_build.partitions = min_spiffs.csv
|
board_build.partitions = min_spiffs.csv
|
||||||
framework = arduino
|
framework = arduino
|
||||||
build_flags = -I include -DHW_LILYGO
|
build_flags = -I include -DHW_LILYGO
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue