process_serial_commands.h 269 B

12345678910111213
  1. #ifndef PROCESS_SERIAL_COMMANDS_H
  2. #define PROCESS_SERIAL_COMMANDS_H
  3. #include <esp_camera.h>
  4. #include "camera.h"
  5. #include "camera_model.h"
  6. #include "pins.h"
  7. /** Handle the serial input commands coming from the Flipper Zero. */
  8. void process_serial_commands();
  9. #endif