mirror of
https://github.com/Fishwaldo/LMIC-node.git
synced 2025-03-15 19:31:44 +00:00
Update platformio.ini
Put back -D in unsupported options else error messages will not show up.
This commit is contained in:
parent
130f7e585c
commit
09961dc706
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue