nightly v1.5

This commit is contained in:
lexzach 2023-03-28 11:41:46 -04:00
parent 4cf1cdf201
commit 6f27e20765
Signed by: Lexzach
GPG Key ID: B574880929E6F1F0

View File

@ -1044,7 +1044,7 @@ void config(){
char *mainPanelSettingsPanelSecurity[] = {"None","Keyswitch","Passcode"}; //menu 9
char *mainPanelSettingsPanelName[] = {"Enter Name:"}; //menu 10
char *mainSettingsFireAlarmSettingsStrobeSync[] = {"None","System Sensor","Wheelock", "Gentex","Simplex"}; //menu 11
char *mainPanelSettingsAbout[] = {"Antigneous FACP","Firmware: ","by Lexzach","Hrs On: "}; //menu 12
char *mainPanelSettingsAbout[] = {"Antigneous FACP","Nightly ","Made by Lexzach","Hrs On: "}; //menu 12
if (digitalRead(resetButtonPin)){ //RESET BUTTON
resetPressed = true;