You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bug where loop() is run for ALL sensors after an interrupt (#506)
`_last_interrupt_pin` should be reset AFTER the for loop has finished
running over all the sensors, not DURING the for loop. I have a node
with 1x SensorDoor and 1x SensorDS18b20 (with 4 children) and before
this fix, every time the SensorDoor changed state the node would also
measure and report all the DS18B20 before going back to sleep. After
this fix, the node reports SensorDoor only, then goes straight back to
sleep.
0 commit comments