diff --git a/tasmota/xdrv_81_esp32_webcam.ino b/tasmota/xdrv_81_esp32_webcam.ino index b89bde902..d16ff04e0 100644 --- a/tasmota/xdrv_81_esp32_webcam.ino +++ b/tasmota/xdrv_81_esp32_webcam.ino @@ -286,6 +286,7 @@ uint32_t WcSetup(int32_t fsiz) { config.frame_size = FRAMESIZE_VGA; config.jpeg_quality = 12; config.fb_count = 1; + config.fb_location = CAMERA_FB_IN_DRAM; AddLog(LOG_LEVEL_DEBUG, PSTR("CAM: PSRAM not found")); }