From 40ecbb3f5ce582a9be512c0d9e53cc93d1c3d2a7 Mon Sep 17 00:00:00 2001 From: Lexzach <53662039+Lexzach@users.noreply.github.com> Date: Sat, 23 Jul 2022 22:03:19 -0400 Subject: [PATCH] Update main.cpp --- facp/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facp/src/main.cpp b/facp/src/main.cpp index b8f9502..cfe097c 100644 --- a/facp/src/main.cpp +++ b/facp/src/main.cpp @@ -72,7 +72,7 @@ LiquidCrystal_I2C lcd(0x27,16,2); //PINS int zone1Pin = 15; -int zone2Pin = 15; //TESTING is set to 15 but is normally 39 +int zone2Pin = 15; //TESTING is set to 15 but is normally 39. int hornPin = 13; int buzzerPin = 4; int strobePin = 18;