mirror of
https://github.com/esphome/esphome.git
synced 2025-01-23 04:45:58 +01:00
Update hdc2010.cpp
This commit is contained in:
parent
9526d54c91
commit
cc147df732
1 changed files with 3 additions and 3 deletions
|
@ -110,9 +110,9 @@ void HDC2010Component::update() {
|
|||
|
||||
// configContents = readReg(CONFIG);
|
||||
|
||||
// //set bit 3 to 0 to disable heater (all other bits 1)
|
||||
// configContents = (configContents & 0xF7);
|
||||
// writeReg(CONFIG, configContents);
|
||||
////set bit 3 to 0 to disable heater (all other bits 1)
|
||||
// configContents = (configContents & 0xF7);
|
||||
// writeReg(CONFIG, configContents);
|
||||
// }
|
||||
|
||||
float HDC2010Component::get_setup_priority() const { return setup_priority::DATA; }
|
||||
|
|
Loading…
Reference in a new issue