Thursday mode open foo fixed
This commit is contained in:
parent
3b03fda10b
commit
b2bcc11256
1 changed files with 2 additions and 0 deletions
2
main.c
2
main.c
|
|
@ -11,6 +11,7 @@
|
||||||
#define RING_DURATION_SEC 20
|
#define RING_DURATION_SEC 20
|
||||||
#define OPEN_DURATION_SEC 3
|
#define OPEN_DURATION_SEC 3
|
||||||
#define THURSDAY_TIMEOUT_MIN 300UL
|
#define THURSDAY_TIMEOUT_MIN 300UL
|
||||||
|
#define THURSDAY_OPEN_DELAY 750UL
|
||||||
|
|
||||||
#define PRESSED_MIN_MS 50UL
|
#define PRESSED_MIN_MS 50UL
|
||||||
#define RELEASED_MIN_MS 50UL
|
#define RELEASED_MIN_MS 50UL
|
||||||
|
|
@ -172,6 +173,7 @@ int main(void) {
|
||||||
uint8_t st = PINC&1;
|
uint8_t st = PINC&1;
|
||||||
if (global_thursday_mode && !st) {
|
if (global_thursday_mode && !st) {
|
||||||
tx_str(PSTR("THUA Thursday mode auto open\r\n"));
|
tx_str(PSTR("THUA Thursday mode auto open\r\n"));
|
||||||
|
_delay_ms(THURSDAY_OPEN_DELAY);
|
||||||
open();
|
open();
|
||||||
} else if (st == (pidx&1)) {
|
} else if (st == (pidx&1)) {
|
||||||
uint16_t val = TCNT1;
|
uint16_t val = TCNT1;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue