esp32-mjpeg-multiclient-esp.../PlatformIO/esp32-cam-rtos-pio/include/definitions.h

6 lines
144 B
C
Raw Normal View History

#pragma once
// ESP32 has two cores: APPlication core and PROcess core (the one that runs ESP32 SDK stack)
#define APP_CPU 1
#define PRO_CPU 0