File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,8 @@ bool WipperSnapper_Component_I2C::attachI2CDevice(
126
126
127
127
// AHTX0 Sensor
128
128
if (msgDeviceInitReq->has_aht_init ) {
129
- uint16_t addr = (uint16_t )msgDeviceInitReq->aht_init .address ;
129
+ // TODO: Implement handling in future release
130
+ /* uint16_t addr = (uint16_t)msgDeviceInitReq->aht_init.address;
130
131
WS_DEBUG_PRINTLN("Requesting to initialize AHTx sensor");
131
132
WS_DEBUG_PRINT("\tSensor Addr: ");
132
133
WS_DEBUG_PRINTLN(addr, HEX);
@@ -150,7 +151,7 @@ bool WipperSnapper_Component_I2C::attachI2CDevice(
150
151
aht->enableAHTX0Humidity();
151
152
}
152
153
// Push to vector for sensor drivers
153
- activeDrivers.push_back (aht);
154
+ activeDrivers.push_back(aht); */
154
155
attachSuccess = true ;
155
156
} else {
156
157
WS_DEBUG_PRINTLN (" ERROR: Sensor not found" )
You can’t perform that action at this time.
0 commit comments