mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Remove redundant speed settings (MCU & Flash) from Platformio
since it is in boards
This commit is contained in:
parent
d0cd897ea0
commit
78840eea2f
@ -34,8 +34,6 @@ platform_packages = ${core.platform_packages}
|
||||
build_unflags = ${core.build_unflags}
|
||||
build_flags = ${core.build_flags}
|
||||
|
||||
board_build.f_cpu = 80000000L
|
||||
board_build.f_flash = 40000000L
|
||||
monitor_speed = 115200
|
||||
monitor_port = COM5
|
||||
upload_speed = 115200
|
||||
|
@ -10,8 +10,6 @@ build_flags = ${core32.build_flags}
|
||||
board = esp32_4M
|
||||
board_build.filesystem = ${common.board_build.filesystem}
|
||||
custom_unpack_dir = ${common.custom_unpack_dir}
|
||||
board_build.f_flash = ${common.board_build.f_flash}
|
||||
board_build.f_cpu = ${common.board_build.f_cpu}
|
||||
monitor_speed = 115200
|
||||
upload_port = ${common.upload_port}
|
||||
upload_resetmethod = ${common.upload_resetmethod}
|
||||
|
@ -4,8 +4,6 @@ platform_packages = ${common.platform_packages}
|
||||
framework = ${common.framework}
|
||||
board = ${common.board}
|
||||
board_build.filesystem = ${common.board_build.filesystem}
|
||||
board_build.f_flash = ${common.board_build.f_flash}
|
||||
board_build.f_cpu = ${common.board_build.f_cpu}
|
||||
build_unflags = ${common.build_unflags}
|
||||
build_flags = ${common.build_flags}
|
||||
monitor_speed = ${common.monitor_speed}
|
||||
|
@ -3,8 +3,6 @@ framework = ${common.framework}
|
||||
platform = ${common32.platform}
|
||||
platform_packages = ${common32.platform_packages}
|
||||
board = ${common32.board}
|
||||
board_build.f_flash = ${common32.board_build.f_flash}
|
||||
board_build.f_cpu = ${common32.board_build.f_cpu}
|
||||
monitor_speed = ${common32.monitor_speed}
|
||||
upload_port = ${common32.upload_port}
|
||||
upload_resetmethod = ${common32.upload_resetmethod}
|
||||
|
Loading…
x
Reference in New Issue
Block a user