mirror of https://github.com/arendst/Tasmota.git
Merge pull request #10369 from Jason2866/patch-1
Odroid go has 4MB PSRAM
This commit is contained in:
commit
97d0549702
|
@ -36,6 +36,7 @@ default_envs =
|
||||||
; tasmota32-ir
|
; tasmota32-ir
|
||||||
; tasmota32-ircustom
|
; tasmota32-ircustom
|
||||||
; tasmota32solo1
|
; tasmota32solo1
|
||||||
|
; tasmota32-odroidgo
|
||||||
|
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
|
|
|
@ -41,7 +41,7 @@ extends = env:tasmota32
|
||||||
board = odroid_esp32
|
board = odroid_esp32
|
||||||
board_build.f_cpu = 240000000L
|
board_build.f_cpu = 240000000L
|
||||||
board_build.partitions = esp32_partition_app1984k_ffat12M.csv
|
board_build.partitions = esp32_partition_app1984k_ffat12M.csv
|
||||||
build_flags = ${common32.build_flags} -DFIRMWARE_ODROID_GO
|
build_flags = ${common32.build_flags} -DBOARD_HAS_PSRAM=true -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
|
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-minimal]
|
[env:tasmota32-minimal]
|
||||||
|
|
Loading…
Reference in New Issue