mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-29 20:49:50 +00:00
.
This commit is contained in:
parent
fc927840e3
commit
2f4cb3abb6
@ -607,6 +607,9 @@ void setup()
|
||||
scannerToSensorsMap(i2cScanner, ScanI2C::DeviceType::ICM20948, meshtastic_TelemetrySensorType_ICM20948);
|
||||
scannerToSensorsMap(i2cScanner, ScanI2C::DeviceType::MAX30102, meshtastic_TelemetrySensorType_MAX30102);
|
||||
scannerToSensorsMap(i2cScanner, ScanI2C::DeviceType::CGRADSENS, meshtastic_TelemetrySensorType_RADSENS);
|
||||
// #if CAN_HOST_RAK12035VBSOIL
|
||||
// scannerToSensorsMap(i2cScanner, ScanI2C::DeviceType::RAK12035VB, meshtastic_TelemetrySensorType_RAK12035VB);
|
||||
// #endif
|
||||
|
||||
i2cScanner.reset();
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user