Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kakopappa authored Dec 14, 2024
1 parent 6de16ea commit a9b02ad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/Camera/snapshot-camera/snapshot-camera.ino
Original file line number Diff line number Diff line change
Expand Up @@ -172,15 +172,13 @@ void setupCamera() {

void setup() {
Serial.begin(BAUD_RATE);
Serial.setDebugOutput(true);
Serial.println();
delay(1500);


setupCamera();
setupWiFi();
setupSinricPro();
}

void loop() {
SinricPro.handle();
}
}

0 comments on commit a9b02ad

Please sign in to comment.