esp32-mjpeg-multiclient-esp.../PlatformIO/esp32-cam-rtos-pio/include/definitions.h
2024-09-27 08:47:46 -04:00

5 lines
144 B
C

#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