diff --git a/code/espurna/config/sensors.h b/code/espurna/config/sensors.h index 0888357a..d652563b 100644 --- a/code/espurna/config/sensors.h +++ b/code/espurna/config/sensors.h @@ -303,7 +303,7 @@ #endif #ifndef EVENTS_INTERRUPT_MODE -#define EVENTS_INTERRUPT_MODE RISING // RISING, FALLING, BOTH +#define EVENTS_INTERRUPT_MODE RISING // RISING, FALLING, CHANGE #endif #define EVENTS_DEBOUNCE 50 // Do not register events within less than 50 millis @@ -326,7 +326,7 @@ #endif #ifndef GEIGER_INTERRUPT_MODE -#define GEIGER_INTERRUPT_MODE RISING // RISING, FALLING, BOTH +#define GEIGER_INTERRUPT_MODE RISING // RISING, FALLING, CHANGE #endif #define GEIGER_DEBOUNCE 25 // Do not register events within less than 25 millis.