Update platformio.ini

This commit is contained in:
Adrian Scillato 2018-05-17 00:21:35 -03:00 committed by GitHub
parent 0fe052b7da
commit 629854bae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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}