Skip to content

Commit

Permalink
Optimize core2 and odroidgo settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Jan 22, 2021
1 parent 6108076 commit 33ad325
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion platformio_tasmota_env32.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,20 @@ lib_extra_dirs = lib/libesp32, lib/lib_basic
extends = env:tasmota32
board = odroid_esp32
board_build.f_cpu = 240000000L
board_build.flash_mode = qio
board_build.f_flash = 80000000L
upload_speed = 2000000
board_build.partitions = esp32_partition_app1984k_spiffs12M.csv
build_flags = ${common32.build_flags} -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -DFIRMWARE_ODROID_GO
lib_extra_dirs = lib/libesp32, lib/lib_basic, lib/lib_i2c, lib/lib_rf, lib/lib_div, lib/lib_ssl, lib/lib_display

[env:tasmota32-core2]
extends = env:tasmota32
board = m5stack-grey
board = odroid_esp32
board_build.f_cpu = 240000000L
board_build.flash_mode = qio
board_build.f_flash = 80000000L
upload_speed = 2000000
board_build.partitions = esp32_partition_app1984k_spiffs12M.csv
build_flags = ${common32.build_flags} -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue -DFIRMWARE_M5STACK_CORE2
lib_extra_dirs = lib/libesp32, lib/lib_basic, lib/lib_i2c, lib/lib_rf, lib/lib_div, lib/lib_ssl, lib/lib_display, lib/lib_audio
Expand Down

0 comments on commit 33ad325

Please sign in to comment.