This commit is contained in:
Lexzach 2023-01-01 11:01:10 -05:00
parent 4c15695bd0
commit 337f65bb5d
Signed by: Lexzach
GPG Key ID: B574880929E6F1F0

View File

@ -713,7 +713,7 @@ void checkButtons(){
//----------------------------------------------------------------------------- NAC ACTIVATION
void alarm(){
if (strobe){
if (strobeSync == 0){ //add more strobesyncs in the future
if (strobeSync != 1 and strobeSync != 2){ //add more strobesyncs in the future
strobeOn(true);
} else if (strobeSync == 1 or strobeSync == 2){
if (strobeSyncTimer >= 1000){
@ -1027,7 +1027,7 @@ void config(){
char *mainPanelSettings[] = {"Panel Name","Panel Security","LCD Dim:","Factory Reset","About"}; //menu 8
char *mainPanelSettingsPanelSecurity[] = {"None","Keyswitch","Passcode"}; //menu 9
char *mainPanelSettingsPanelName[] = {"Enter Name:"}; //menu 10
char *mainSettingsFireAlarmSettingsStrobeSync[] = {"None","System Sensor","Wheelock"};//,"Gentex","Simplex"}; //menu 11
char *mainSettingsFireAlarmSettingsStrobeSync[] = {"None","System Sensor","Wheelock", "Gentex","Simplex"}; //menu 11
char *mainPanelSettingsAbout[] = {"Antigneous FACP","Firmware: ","by Lexzach"}; //menu 12
if (digitalRead(resetButtonPin)){ //RESET BUTTON