serial_commands.h 236 B

123456789101112
  1. #ifndef SERIAL_COMMANDS_H
  2. #define SERIAL_COMMANDS_H
  3. #include <esp_camera.h>
  4. #include <FS.h>
  5. #include "globals.h"
  6. /** Handle the serial input commands coming from the Flipper Zero. */
  7. void serial_commands(CameraModel *model);
  8. #endif