add #include "picosstvpp.h"

pico-esp32-sstv
alanbjohnston 3 years ago committed by GitHub
parent f7b326dea2
commit d69e0edacb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,5 @@
// ESP32-CAM JPEG over Serial
// with SSTV and PWM
//
// by Jim McLaughlin and Alan Johnston
//
@ -25,6 +26,7 @@
#include <FastCRC.h>
//#include "FS.h"
#include "SPIFFS.h"
#include "picosstvpp.h"
// some info: https://visualgdb.com/tutorials/esp32/camera/

Loading…
Cancel
Save

Powered by TurnKey Linux.