From cae925978eaa57ab7f1296ae5def14205d12e82f Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 16 Feb 2023 11:29:37 -0500 Subject: [PATCH] include jpg files --- cubesatsim/esp32-cam/esp32-cam.ino | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cubesatsim/esp32-cam/esp32-cam.ino b/cubesatsim/esp32-cam/esp32-cam.ino index 831a507a..6addf5f1 100644 --- a/cubesatsim/esp32-cam/esp32-cam.ino +++ b/cubesatsim/esp32-cam/esp32-cam.ino @@ -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();