Made denied red light flash longer

This commit is contained in:
Tanner Collin 2018-11-20 20:19:04 -07:00
parent d17f252fd2
commit 781035de64

View File

@ -43,7 +43,7 @@ typedef struct __attribute__((packed)) cardData {
#define DELAY_TIME 10 #define DELAY_TIME 10
#define COMM_LOCK_IDLE_TIME 50 #define COMM_LOCK_IDLE_TIME 50
#define COMM_CARD_IDLE_TIME 1000 #define COMM_CARD_IDLE_TIME 1000
#define LED_DENIED_IDLE_TIME 30 #define LED_DENIED_IDLE_TIME 50
#define EEPROM_SIZE 4095 #define EEPROM_SIZE 4095
#define EEPROM_START 0 #define EEPROM_START 0