force no camera

pull/220/head
alanbjohnston 3 years ago committed by GitHub
parent 74986c322c
commit 98d2a98b1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save

Powered by TurnKey Linux.