mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-20 22:28:12 +01:00
You can enable them for testing by setting #define BEKEN_PIN_GPI_INTERRUPTS in quicktick.h Also changes MQTT triggering to trigger a single read cycle even if multiple MQTT messages arrive before they are serviced.
8 lines
191 B
C
8 lines
191 B
C
|
|
|
|
#define QUICK_TMR_DURATION 25 // Delay (in ms) between button scan iterations
|
|
|
|
// define this to use edge based GPI interrupts to drive Pin_ticks()
|
|
//#define BEKEN_PIN_GPI_INTERRUPTS
|
|
|