Skip to content

Commit

Permalink
remove the beta warning
Browse files Browse the repository at this point in the history
  • Loading branch information
easytarget committed Mar 8, 2022
1 parent 6d82527 commit 9402cdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esp32-cam-webserver.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 9402cdf

Please sign in to comment.