From 12e13f211a305262c6ff00d0ec8b93ea4d644305 Mon Sep 17 00:00:00 2001 From: Felix Rusu Date: Mon, 18 May 2020 19:55:52 -0400 Subject: [PATCH] Update PiGateway.ino --- Examples/PiGateway/PiGateway.ino | 2 -- 1 file changed, 2 deletions(-) diff --git a/Examples/PiGateway/PiGateway.ino b/Examples/PiGateway/PiGateway.ino index 47d01d4..0ea42b6 100644 --- a/Examples/PiGateway/PiGateway.ino +++ b/Examples/PiGateway/PiGateway.ino @@ -210,8 +210,6 @@ void processCommand(char data[], boolean allowDuplicate=false) { Serial << F("UPTIME:") << millis() << endl; if (strcmp(data, "NETWORKID")==0) Serial << F("NETWORKID:") << NETWORKID << endl; - if (strcmp(data, "BEEP")==0) Beep(5, false); - if (strcmp(data, "BEEP2")==0) Beep(10, false); if (strcmp(data, "ENCRYPTKEY")==0) #ifdef ENCRYPTKEY Serial << F("ENCRYPTKEY:") << ENCRYPTKEY << endl;