can you help me the error is the #error please select line a t the end
#endif`#include <Wire.h>
#include <ArduCAM.h>
#include <SPI.h>
#include <SD.h>
// #include "memorysaver.h"
//This demo can only work on OV5640_MINI_5MP_PLUS or OV5642_MINI_5MP_PLUS platform.
#if !(defined (OV2640_MINI_2MP_PLUS))
#error Please select the hardware platform and camera module in the ../libraries/ArduCAM/memorysaver.h file
Arduino: 1.8.16 (Windows 10), Board: "Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)"
ArduCAM_Mini_2MP_Plus_Multi_Capture2SD:31:2: error: #error Please select the hardware platform and camera module in the ../libraries/ArduCAM/memorysaver.h file
#error Please select the hardware platform and camera module in the ../libraries/ArduCAM/memorysaver.h file
^~~~~
Multiple libraries were found for "ArduCAM.h"
Used: C:\Users\Jlo\Documents\Arduino\libraries\ArduCAM
Not used: C:\Users\Jlo\Documents\Arduino\libraries\Arducam_mini
Not used: C:\Program Files (x86)\Arduino\libraries\ArduCAM
exit status 1
#error Please select the hardware platform and camera module in the ../libraries/ArduCAM/memorysaver.h file
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.