better start_camera

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

@ -139,13 +139,7 @@ void setup() {
start_button_isr();
setup_sstv();
if (start_camera()) {
camera_detected = true;
Serial.println("Camera detected!");
} else {
camera_detected = false;
Serial.println("No camera detected!");
}
camera_detected = start_camera();
start_isr();
start_pwm();

Loading…
Cancel
Save

Powered by TurnKey Linux.