mirror of https://github.com/arendst/Tasmota.git
Merge pull request #12343 from Jason2866/speed
Remove redundant entrys from Platformio
This commit is contained in:
commit
0e0045a847
|
@ -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…
Reference in New Issue