ESP_IOT v2.5
IOT ESP Coding
JPEGSamples.h
Go to the documentation of this file.
1#pragma once
2#include "../../../Defines.h"
3
4#ifdef USE_CAMERA_MODULE
5
6#ifndef ARDUINO_ARCH_ESP32
7#define INCLUDE_SIMDATA
8#endif
9
10#ifdef INCLUDE_SIMDATA
11extern unsigned const char capture_jpg[];
12extern unsigned const char octo_jpg[];
13extern unsigned int octo_jpg_len, capture_jpg_len;
14#endif
15
16
17#endif