#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
#define KILOBYTE 1024
#define SERIAL_RATE 115200