Browse Source
disable some sensors we don't use that have long timeouts on boot
pull/1925/head
Andy Shinn
9 months ago
committed by
Wessel Nieboer
No known key found for this signature in database
GPG Key ID: 929C8E45E33B5FD2
1 changed files with
3 additions and
0 deletions
-
variants/rak11200/platformio.ini
|
|
|
@ -23,6 +23,9 @@ build_flags = |
|
|
|
-D SX126X_DIO2_AS_RF_SWITCH=true |
|
|
|
-D SX126X_DIO3_TCXO_VOLTAGE=1.8 |
|
|
|
-D ENV_INCLUDE_GPS=0 |
|
|
|
-D RAK_WISBLOCK_GPS=0 |
|
|
|
-D ENV_INCLUDE_INA3221=0 |
|
|
|
-D ENV_INCLUDE_VL53L0X=0 ; Has a fairly long timeout of 40 seconds so we disable to prevent that startup delay |
|
|
|
-D DISPLAY_CLASS=NullDisplayDriver |
|
|
|
build_src_filter = ${esp32_base.build_src_filter} |
|
|
|
+<../variants/rak11200> |
|
|
|
|