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

36 lines
614 B
Plaintext
Raw Normal View History

2022-08-04 15:12:12 -05:00
#
2023-09-11 16:53:14 -07:00
# Espressif IoT Development Framework Configuration
2022-08-04 15:12:12 -05:00
#
#
2023-09-11 16:53:14 -07:00
# Component config
2022-08-04 15:12:12 -05:00
#
#
2023-09-11 16:53:14 -07:00
# Hardware Settings
2022-08-04 15:12:12 -05:00
#
#
2023-09-11 16:53:14 -07:00
# Sleep Config
2022-08-04 15:12:12 -05:00
#
2023-09-11 16:53:14 -07:00
CONFIG_ESP_SLEEP_PSRAM_LEAKAGE_WORKAROUND=y
# end of Sleep Config
# end of Hardware Settings
2022-08-04 15:12:12 -05:00
#
# Camera configuration
#
CONFIG_OV7670_SUPPORT=y
CONFIG_NT99141_SUPPORT=y
CONFIG_OV2640_SUPPORT=y
CONFIG_GC2145_SUPPORT=y
CONFIG_GC032A_SUPPORT=y
CONFIG_GC0308_SUPPORT=y
CONFIG_BF3005_SUPPORT=y
CONFIG_BF20A6_SUPPORT=y
CONFIG_SC030IOT_SUPPORT=y
CONFIG_GC_SENSOR_SUBSAMPLE_MODE=y
# end of Camera configuration
# end of Component config
2023-09-11 16:53:14 -07:00
# end of Espressif IoT Development Framework Configuration