mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 03:36:42 +00:00
Update platformio.ini
This commit is contained in:
parent
0fe052b7da
commit
629854bae0
@ -99,7 +99,7 @@ framework = ${common.framework}
|
|||||||
board = ${common.board}
|
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 -DMODULE=WEMOS
|
||||||
monitor_speed = ${common.monitor_speed}
|
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}
|
||||||
@ -111,7 +111,7 @@ framework = ${common.framework}
|
|||||||
board = ${common.board}
|
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} -DMODULE=WEMOS
|
||||||
monitor_speed = ${common.monitor_speed}
|
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}
|
||||||
@ -124,7 +124,7 @@ framework = ${common.framework}
|
|||||||
board = ${common.board}
|
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 -DMODULE=WEMOS
|
||||||
monitor_speed = ${common.monitor_speed}
|
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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user