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…
Reference in New Issue