circuitpython/ports/espressif/boards/adafruit_esp32s3_camera/sdkconfig

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
366 B
Plaintext
Raw Normal View History

2023-07-18 01:02:38 -04:00
#
# Espressif IoT Development Framework Configuration
2021-12-25 02:16:25 -05:00
#
#
# Component config
2021-12-25 02:16:25 -05:00
#
2023-07-18 01:02:38 -04:00
#
# LWIP
#
CONFIG_LWIP_LOCAL_HOSTNAME="espressif-esp32s3"
# end of LWIP
2023-09-12 15:18:21 -04:00
#
# Camera configuration
#
# CONFIG_OV7725_SUPPORT is not set
# CONFIG_OV3660_SUPPORT is not set
# end of Camera configuration
2023-07-18 01:02:38 -04:00
# end of Component config
# end of Espressif IoT Development Framework Configuration