include jpg files

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

@ -1,6 +1,9 @@
#include "esp32sstvpp.h"
#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"
static esp_err_t init_camera();
void config_camera();

Loading…
Cancel
Save

Powered by TurnKey Linux.