rzeldent / esp32cam-rtsp

Simple RTSP (streaming image) server for the ESP32CAM. Easy configuration and monitoring through the web interface.
627 stars 109 forks source link

Added Freenove wroom-1 n8r8 board #112

Closed absentwallaby closed 7 months ago

absentwallaby commented 7 months ago

some of the PSRAM settings are specific to the N8R8 variant, and took a while to get right.

The Freenove ESP S3 Wroom-1 board (https://github.com/Freenove/Freenove_ESP32_S3_WROOM_Board) has different values for the following settings:

See this for guidance here for the memory_type value: https://github.com/espressif/arduino-esp32/blob/master/docs/en/troubleshooting.rst#how-to-determine-the-module-version

rzeldent commented 7 months ago

Hi Nick,

Thank you for the PR! I do not own all the boards so your contribution is very welcome!