#ifndef FIRMWARE_H #define FIRMWARE_H #include <esp_camera.h> #include "initialize.h" #include "process_image.h" #include "serial_commands.h" #endif