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
21bdf68cad
commit
6468afe0ad
@ -130,7 +130,7 @@ namespace ratgdo {
|
|||||||
|
|
||||||
void IRAM_ATTR HOT RATGDOStore::isrObstruction(RATGDOStore *arg)
|
void IRAM_ATTR HOT RATGDOStore::isrObstruction(RATGDOStore *arg)
|
||||||
{
|
{
|
||||||
if (this->input_obst.digital_read()) {
|
if (arg->input_obst.digital_read()) {
|
||||||
arg->lastObstructionHigh = millis();
|
arg->lastObstructionHigh = millis();
|
||||||
} else {
|
} else {
|
||||||
arg->obstructionLowCount++;
|
arg->obstructionLowCount++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user