1
0
mirror of https://github.com/arendst/Tasmota.git synced 2025-05-15 00:48:38 +00:00
2020-11-13 10:42:04 +01:00

12 lines
246 B
C
Executable File

#pragma once
#ifndef ARDUINO_ARCH_ESP32
#define INCLUDE_SIMDATA
#endif
#ifdef INCLUDE_SIMDATA
extern unsigned const char capture_jpg[];
extern unsigned const char octo_jpg[];
extern unsigned int octo_jpg_len, capture_jpg_len;
#endif