remove the beta warning

This commit is contained in:
Owen 2022-03-08 13:51:56 +01:00
parent 6d825277cf
commit 9402cdf4b7
1 changed files with 2 additions and 2 deletions

View File

@ -754,8 +754,8 @@ void setup() {
// As a final init step chomp out the serial buffer in case we have recieved mis-keys or garbage during startup
while (Serial.available()) Serial.read();
// While in Beta; Warn!
Serial.print("\r\nThis is the 4.0 alpha\r\n - Face detection has been removed!\r\n");
// Info line; use for Info messages; eg 'This is a Beta!' warnings, etc. as necesscary
// Serial.print("\r\nThis is the 4.1 beta\r\n");
}
void loop() {