Skip to content

Commit a9b02ad

Browse files
authored
chore: formatting
1 parent 6de16ea commit a9b02ad

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/Camera/snapshot-camera/snapshot-camera.ino

+2-4
Original file line numberDiff line numberDiff line change
@@ -172,15 +172,13 @@ void setupCamera() {
172172

173173
void setup() {
174174
Serial.begin(BAUD_RATE);
175-
Serial.setDebugOutput(true);
176175
Serial.println();
177-
delay(1500);
178-
176+
179177
setupCamera();
180178
setupWiFi();
181179
setupSinricPro();
182180
}
183181

184182
void loop() {
185183
SinricPro.handle();
186-
}
184+
}

0 commit comments

Comments
 (0)