pico-v0.23
alanbjohnston 3 years ago committed by GitHub
parent 6325ebe28e
commit ea4f02ab3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -78,7 +78,7 @@ bool start_camera() {
Serial.println("Camera detected!"); Serial.println("Camera detected!");
} }
} }
if !camera_present { if (!camera_present) {
Serial.println("No camera detected!"); Serial.println("No camera detected!");
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.