Update hdc2010.cpp

This commit is contained in:
optimusprimespace 2024-05-10 12:42:11 -04:00
parent 9c76910814
commit a34e6ccefd

View file

@ -113,7 +113,6 @@ void HDC2010Component::update() {
// //set bit 3 to 0 to disable heater (all other bits 1) // //set bit 3 to 0 to disable heater (all other bits 1)
// configContents = (configContents & 0xF7); // configContents = (configContents & 0xF7);
// writeReg(CONFIG, configContents); // writeReg(CONFIG, configContents);
// } // }
float HDC2010Component::get_setup_priority() const { return setup_priority::DATA; } float HDC2010Component::get_setup_priority() const { return setup_priority::DATA; }