mirror of
https://github.com/ratgdo/esphome-ratgdo.git
synced 2025-02-09 01:04:30 +00:00
fix
This commit is contained in:
parent
949ca44df0
commit
74e2c9007b
@ -296,7 +296,7 @@ namespace ratgdo {
|
||||
rotaryEncoderDetected = true; // this disables the reed switch handler
|
||||
lastCounterMillis = millis();
|
||||
|
||||
ESP_LOGD(TAG, "Door Position: %d", doorPositionCounter);
|
||||
ESP_LOGD(TAG, "Door Position: %d", this->store_.doorPositionCounter);
|
||||
}
|
||||
|
||||
// Wait 5 pulses before updating to door opening status
|
||||
|
Loading…
x
Reference in New Issue
Block a user