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;