Update esp32-cam.ino

pico-v0.37-esp32
alanbjohnston 3 years ago committed by GitHub
parent cae925978e
commit 7bd3995efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,8 +2,8 @@
#include "SPIFFS.h"
#include "esp_camera.h"
// jpg files to be stored in flash storage on Pico (FS 512kB setting)
#include "../sstv1.h"
#include "../sstv2.h"
#include "sstv1.h"
#include "sstv2.h"
static esp_err_t init_camera();
void config_camera();

Loading…
Cancel
Save

Powered by TurnKey Linux.