Update esp32-cam.ino

pico-v0.37-esp-bitmap
alanbjohnston 3 years ago committed by GitHub
parent d48c81a54f
commit ccfd432eca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)
{

Loading…
Cancel
Save

Powered by TurnKey Linux.