mirror of https://github.com/arendst/Tasmota.git
Update platformio.ini
This commit is contained in:
parent
0fe052b7da
commit
629854bae0
|
@ -99,7 +99,7 @@ framework = ${common.framework}
|
|||
board = ${common.board}
|
||||
board_flash_mode = ${common.board_flash_mode}
|
||||
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}
|
||||
upload_speed = ${common.upload_speed}
|
||||
upload_port = ${common.upload_port}
|
||||
|
@ -111,7 +111,7 @@ framework = ${common.framework}
|
|||
board = ${common.board}
|
||||
board_flash_mode = ${common.board_flash_mode}
|
||||
build_unflags = ${common.build_unflags}
|
||||
build_flags = ${common.build_flags_4MB}
|
||||
build_flags = ${common.build_flags_4MB} -DMODULE=WEMOS
|
||||
monitor_speed = ${common.monitor_speed}
|
||||
upload_speed = ${common.upload_speed}
|
||||
upload_resetmethod = ${common.upload_resetmethod}
|
||||
|
@ -124,7 +124,7 @@ framework = ${common.framework}
|
|||
board = ${common.board}
|
||||
board_flash_mode = ${common.board_flash_mode}
|
||||
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}
|
||||
upload_speed = ${common.upload_speed}
|
||||
upload_resetmethod = ${common.upload_resetmethod}
|
||||
|
|
Loading…
Reference in New Issue