s60sc / ESP32-CAM_MJPEG2SD

ESP32 Camera motion capture application to record JPEGs to SD card as AVI files and stream to browser as MJPEG. If a microphone is installed then a WAV file is also created. Files can be uploaded via FTP or downloaded to browser.
GNU Affero General Public License v3.0
800 stars 200 forks source link

Sketch exceeding program storage space #402

Closed hadiudoit11 closed 3 months ago

hadiudoit11 commented 3 months ago

Using the ESP32CAM (with ftdi). Here's how I set up the appGlobals.h (everything is false)

define INCLUDE_FTP_HFS false

define INCLUDE_SMTP false

define INCLUDE_MQTT false

define INCLUDE_TGRAM false

define INCLUDE_CERTS false

define INCLUDE_TELEM false

define INCLUDE_MIC false

define INCLUDE_UART false

define INCLUDE_TINYML false

define INCLUDE_DS18B20 false

Getting this error:

Sketch uses 1413293 bytes (107%) of program storage space. Maximum is 1310720 bytes. Global variables use 89092 bytes (27%) of dynamic memory, leaving 238588 bytes for local variables. Maximum is 327680 bytes.

s60sc commented 3 months ago

Compile with Minimum spiffs scheme