This commit is contained in:
J. Nick Koston 2023-06-05 16:35:59 -05:00
parent 949ca44df0
commit 74e2c9007b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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