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.
I have discord library, that work alongside with this app, it able to login and read message from discord but fail to send a message, it error 0x7002 ESP_ERR_HTTP_CONNECT because insufficient heap?!
And I try to disable all of this and still not enough
I have discord library, that work alongside with this app, it able to login and read message from discord but fail to send a message, it error 0x7002 ESP_ERR_HTTP_CONNECT because insufficient heap?!
And I try to disable all of this and still not enough
define INCLUDE_FTP_HFS false // ftp.cpp (file upload)
define INCLUDE_SMTP false // smtp.cpp (email)
define INCLUDE_MQTT false // mqtt.cpp
define INCLUDE_TGRAM false // telegram.cpp
define INCLUDE_CERTS false // certificates.cpp (https and server certificate checking)
define INCLUDE_TELEM false // telemetry.cpp
define INCLUDE_MIC false // mic.cpp (microphone)
define INCLUDE_UART false // uart.cpp (use another esp32 as IO extender)
Without discord library I have 95kb free heap and 45kb when using discord library.
If you have any idea or solution, I'll take a look at it
Version use 9.5
Thank you