Update platformio.ini

Put back -D in unsupported options else error messages will not show up.
This commit is contained in:
Leonel Lopes Parente 2021-04-26 13:02:25 +02:00
parent 130f7e585c
commit 09961dc706

View file

@ -312,7 +312,7 @@ build_flags =
-D MONITOR_SPEED=${common.monitor_speed}
-D USE_SERIAL
-D USE_LED
; USE_DISPLAY ; NOT SUPPORTED
; -D USE_DISPLAY ; NOT SUPPORTED
[env:lopy4]
@ -335,7 +335,7 @@ build_flags =
-D BSFILE=\"boards/lopy4.h\"
-D MONITOR_SPEED=${common.monitor_speed}
-D USE_SERIAL
; USE_LED ; NOT SUPPORTED
; -D USE_LED ; NOT SUPPORTED
; -D USE_DISPLAY ; Requires external I2C OLED display
@ -379,7 +379,7 @@ build_flags =
-D BSFILE=\"boards/ttgo_lora32_v1.h\"
-D MONITOR_SPEED=${common.monitor_speed}
-D USE_SERIAL
; USE_LED ; NO ONBOARD USER LED
; -D USE_LED ; NO ONBOARD USER LED
-D USE_DISPLAY
@ -468,7 +468,7 @@ build_flags =
-D BSFILE=\"boards/ttgo_tbeam_v1.h\"
-D MONITOR_SPEED=${common.monitor_speed}
-D USE_SERIAL
; USE_LED ; NO ONBOARD USER LED
; -D USE_LED ; NO ONBOARD USER LED
; -D USE_DISPLAY ; Requires external I2C OLED display
@ -679,7 +679,7 @@ build_flags =
-D MONITOR_SPEED=${env:nodemcuv2.monitor_speed}
-D USE_SERIAL
-D USE_LED
; USE_DISPLAY ; NOT SUPPORTED
; -D USE_DISPLAY ; NOT SUPPORTED
[env:pro8mhzatmega328]
@ -700,7 +700,7 @@ build_flags =
-D BSFILE=\"boards/pro8mhzatmega328.h\"
-D MONITOR_SPEED=${common.monitor_speed}
-D USE_SERIAL
; USE_LED ; NOT SUPPORTED
; -D USE_LED ; NOT SUPPORTED
; -D USE_DISPLAY ; Requires external I2C OLED display