diff --git a/cubesatsim/esp32-cam/esp32-cam.ino b/cubesatsim/esp32-cam/esp32-cam.ino index ce0c1db2..dfcd43eb 100644 --- a/cubesatsim/esp32-cam/esp32-cam.ino +++ b/cubesatsim/esp32-cam/esp32-cam.ino @@ -24,7 +24,7 @@ void setup() { Serial.begin(115200); delay(5000); Serial.println("Running"); - // picosstvpp_begin(3); + picosstvpp_begin(3); if (init_camera() == ESP_OK) {