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

10 lines
206 B
C
Raw Normal View History

#pragma once
// ESP32 has two cores: APPlication core and PROcess core (the one that runs ESP32 SDK stack)
2024-10-01 08:03:25 -04:00
#define APP_CPU 1
#define PRO_CPU 0
#define KILOBYTE 1024
#define SERIAL_RATE 115200