This commit is contained in:
J. Nick Koston 2023-06-05 18:30:16 -05:00
parent 254a0ff463
commit d3b5b985f4
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ namespace ratgdo {
void RATGDOComponent::sendMotionStatus(){
ESP_LOGD(TAG, "Motion state %d", this->store_.motionState);
motionState = 0; // reset motion state
this->store_.motionState = 0; // reset motion state
}
void RATGDOComponent::sendObstructionStatus(){