fix
This commit is contained in:
parent
254a0ff463
commit
d3b5b985f4
|
@ -400,7 +400,7 @@ namespace ratgdo {
|
||||||
|
|
||||||
void RATGDOComponent::sendMotionStatus(){
|
void RATGDOComponent::sendMotionStatus(){
|
||||||
ESP_LOGD(TAG, "Motion state %d", this->store_.motionState);
|
ESP_LOGD(TAG, "Motion state %d", this->store_.motionState);
|
||||||
motionState = 0; // reset motion state
|
this->store_.motionState = 0; // reset motion state
|
||||||
}
|
}
|
||||||
|
|
||||||
void RATGDOComponent::sendObstructionStatus(){
|
void RATGDOComponent::sendObstructionStatus(){
|
||||||
|
|
Loading…
Reference in New Issue