mirror of
https://github.com/arkhipenko/esp32-mjpeg-multiclient-espcam-drivers.git
synced 2025-01-10 01:51:18 +01:00
6 lines
144 B
C
6 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
|