Skip to content

Commit ca771bd

Browse files
committed
Enable OV7725 support and allocate lwip in RAM
1 parent 1ca1a06 commit ca771bd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: sdkconfig

+2-3
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ CONFIG_SPIRAM_SPEED_40M=y
293293
CONFIG_SPIRAM_CACHE_WORKAROUND=y
294294
CONFIG_SPIRAM_BANKSWITCH_ENABLE=y
295295
CONFIG_SPIRAM_BANKSWITCH_RESERVE=8
296-
CONFIG_WIFI_LWIP_ALLOCATION_FROM_SPIRAM_FIRST=y
296+
CONFIG_WIFI_LWIP_ALLOCATION_FROM_SPIRAM_FIRST=
297297
CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY=
298298

299299
#
@@ -430,7 +430,7 @@ CONFIG_PM_ENABLE=
430430
# Camera configuration
431431
#
432432
CONFIG_OV2640_SUPPORT=y
433-
CONFIG_OV7725_SUPPORT=
433+
CONFIG_OV7725_SUPPORT=y
434434
CONFIG_OV3660_SUPPORT=y
435435
CONFIG_SCCB_HARDWARE_I2C=y
436436
CONFIG_CAMERA_CORE0=
@@ -630,7 +630,6 @@ CONFIG_ESP_TCP_KEEP_CONNECTION_WHEN_IP_CHANGES=
630630
CONFIG_TCP_OVERSIZE_MSS=y
631631
CONFIG_TCP_OVERSIZE_QUARTER_MSS=
632632
CONFIG_TCP_OVERSIZE_DISABLE=
633-
CONFIG_LWIP_WND_SCALE=
634633

635634
#
636635
# UDP

0 commit comments

Comments
 (0)