mirror of
https://github.com/arendst/Tasmota.git
synced 2025-05-01 18:27:16 +00:00
12 lines
246 B
C
Executable File
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
|