mirror of
https://github.com/esphome/esphome.git
synced 2025-03-15 15:18:16 +00:00
Add longer MAX6675 delay
This commit is contained in:
parent
d9c600ad8e
commit
7dce836919
@ -14,7 +14,7 @@ void MAX6675Sensor::update() {
|
||||
|
||||
// Conversion time typ: 170ms, max: 220ms
|
||||
auto f = std::bind(&MAX6675Sensor::read_data_, this);
|
||||
this->set_timeout("value", 220, f);
|
||||
this->set_timeout("value", 250, f);
|
||||
}
|
||||
|
||||
void MAX6675Sensor::setup() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user