Browse Source
Merge pull request #1669 from Azuresword/fix/wio-tracker-l1-grove-sensor-v2
Fix WioTrackerL1 BLE companion: route sensors to Grove I2C bus (Wire1)
pull/1699/head
ripplebiz
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
variants/wio-tracker-l1/platformio.ini
|
|
|
@ -96,6 +96,8 @@ build_flags = ${WioTrackerL1.build_flags} |
|
|
|
-D PIN_BUZZER=12 |
|
|
|
-D QSPIFLASH=1 |
|
|
|
-D ADVERT_NAME='"@@MAC"' |
|
|
|
-D ENV_PIN_SDA=PIN_WIRE1_SDA |
|
|
|
-D ENV_PIN_SCL=PIN_WIRE1_SCL |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${WioTrackerL1.build_src_filter} |
|
|
|
|