mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
Update platformio.ini
This commit is contained in:
parent
de78f5cd99
commit
0fe052b7da
@ -100,7 +100,7 @@ board = ${common.board}
|
|||||||
board_flash_mode = ${common.board_flash_mode}
|
board_flash_mode = ${common.board_flash_mode}
|
||||||
build_unflags = ${common.build_unflags}
|
build_unflags = ${common.build_unflags}
|
||||||
build_flags = ${common.build_flags_4MB} -DMY_LANGUAGE=de-DE
|
build_flags = ${common.build_flags_4MB} -DMY_LANGUAGE=de-DE
|
||||||
monitor_speed = ${common.monitor_baud}
|
monitor_speed = ${common.monitor_speed}
|
||||||
upload_speed = ${common.upload_speed}
|
upload_speed = ${common.upload_speed}
|
||||||
upload_port = ${common.upload_port}
|
upload_port = ${common.upload_port}
|
||||||
extra_scripts = ${common.extra_scripts}
|
extra_scripts = ${common.extra_scripts}
|
||||||
@ -112,7 +112,7 @@ board = ${common.board}
|
|||||||
board_flash_mode = ${common.board_flash_mode}
|
board_flash_mode = ${common.board_flash_mode}
|
||||||
build_unflags = ${common.build_unflags}
|
build_unflags = ${common.build_unflags}
|
||||||
build_flags = ${common.build_flags_4MB}
|
build_flags = ${common.build_flags_4MB}
|
||||||
monitor_speed = ${common.monitor_baud}
|
monitor_speed = ${common.monitor_speed}
|
||||||
upload_speed = ${common.upload_speed}
|
upload_speed = ${common.upload_speed}
|
||||||
upload_resetmethod = ${common.upload_resetmethod}
|
upload_resetmethod = ${common.upload_resetmethod}
|
||||||
upload_port = ${common.upload_port}
|
upload_port = ${common.upload_port}
|
||||||
@ -125,7 +125,7 @@ board = ${common.board}
|
|||||||
board_flash_mode = ${common.board_flash_mode}
|
board_flash_mode = ${common.board_flash_mode}
|
||||||
build_unflags = ${common.build_unflags}
|
build_unflags = ${common.build_unflags}
|
||||||
build_flags = ${common.build_flags_4MB} -DMY_LANGUAGE=es-AR
|
build_flags = ${common.build_flags_4MB} -DMY_LANGUAGE=es-AR
|
||||||
monitor_speed = ${common.monitor_baud}
|
monitor_speed = ${common.monitor_speed}
|
||||||
upload_speed = ${common.upload_speed}
|
upload_speed = ${common.upload_speed}
|
||||||
upload_resetmethod = ${common.upload_resetmethod}
|
upload_resetmethod = ${common.upload_resetmethod}
|
||||||
upload_port = ${common.upload_port}
|
upload_port = ${common.upload_port}
|
||||||
@ -138,7 +138,7 @@ board = ${common.board}
|
|||||||
board_flash_mode = ${common.board_flash_mode}
|
board_flash_mode = ${common.board_flash_mode}
|
||||||
build_unflags = ${common.build_unflags}
|
build_unflags = ${common.build_unflags}
|
||||||
build_flags = ${common.build_flags} -DBE_MINIMAL
|
build_flags = ${common.build_flags} -DBE_MINIMAL
|
||||||
monitor_speed = ${common.monitor_baud}
|
monitor_speed = ${common.monitor_speed}
|
||||||
upload_speed = ${common.upload_speed}
|
upload_speed = ${common.upload_speed}
|
||||||
upload_port = ${common.upload_port}
|
upload_port = ${common.upload_port}
|
||||||
extra_scripts = ${common.extra_scripts}
|
extra_scripts = ${common.extra_scripts}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user