MeshCore/variants/wio-tracker-l1
dylan f720338c03 Fix WioTrackerL1 BLE companion: route sensors to Grove I2C bus (Wire1)
Sensors connected via the Grove I2C connector (D18/D17) were not detected
because the firmware scanned the OLED I2C bus (Wire, D14/D15) by default.
Adding ENV_PIN_SDA/SCL flags directs EnvironmentSensorManager to use Wire1,
matching the physical Grove connector pinout.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 14:12:48 +08:00
..
platformio.ini Fix WioTrackerL1 BLE companion: route sensors to Grove I2C bus (Wire1) 2026-02-11 14:12:48 +08:00
target.cpp Allow negative tx power 2026-02-06 02:24:51 +01:00
target.h Allow negative tx power 2026-02-06 02:24:51 +01:00
variant.cpp wio-l1-eink initial support 2025-09-20 21:45:13 +02:00
variant.h * UITask: new UI_HAS_JOYSTICK 2025-10-16 17:33:22 +11:00
WioTrackerL1Board.cpp Deduplicate NRF52 startOTAUpdate() 2025-12-17 10:30:50 +01:00
WioTrackerL1Board.h Remove NRF52BoardOTA class and integrate it into NRF52Board 2026-01-08 22:46:20 +01:00