comr: switched to 16M chip
This commit is contained in:
@ -43,7 +43,7 @@ set(BOBBYCAR_BUILDFLAGS
|
||||
-DDEVICE_PREFIX=comr_bobbyquad
|
||||
-DAP_PASSWORD=Passwort_123
|
||||
-DFEATURE_WEBSERVER
|
||||
# -DFEATURE_OTA
|
||||
-DFEATURE_OTA
|
||||
-DFEATURE_DPAD_5WIRESW
|
||||
-DPINS_DPAD_5WIRESW_OUT=4
|
||||
-DPINS_DPAD_5WIRESW_IN1=5
|
||||
@ -84,6 +84,8 @@ set(BOBBYCAR_BUILDFLAGS
|
||||
# -DFEATURE_GARAGE
|
||||
# -DFEATURE_NTP
|
||||
-DFEATURE_WIRELESS_CONFIG
|
||||
# -DFEATURE_LEDSTRIP
|
||||
# -DPINS_LEDSTRIP=26
|
||||
-DFEATURE_LEDSTRIP
|
||||
-DPINS_LEDSTRIP=33
|
||||
-DLEDSTRIP_LENGTH=121
|
||||
-DLEDSTRIP_DEFAULT_BRIGHTNESS=100
|
||||
)
|
||||
|
@ -92,10 +92,10 @@ CONFIG_ESPTOOLPY_FLASHFREQ_40M=y
|
||||
CONFIG_ESPTOOLPY_FLASHFREQ="40m"
|
||||
# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set
|
||||
# CONFIG_ESPTOOLPY_FLASHSIZE_2MB is not set
|
||||
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
||||
# CONFIG_ESPTOOLPY_FLASHSIZE_4MB is not set
|
||||
# CONFIG_ESPTOOLPY_FLASHSIZE_8MB is not set
|
||||
# CONFIG_ESPTOOLPY_FLASHSIZE_16MB is not set
|
||||
CONFIG_ESPTOOLPY_FLASHSIZE="4MB"
|
||||
CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y
|
||||
CONFIG_ESPTOOLPY_FLASHSIZE="16MB"
|
||||
CONFIG_ESPTOOLPY_FLASHSIZE_DETECT=y
|
||||
CONFIG_ESPTOOLPY_BEFORE_RESET=y
|
||||
# CONFIG_ESPTOOLPY_BEFORE_NORESET is not set
|
||||
@ -121,12 +121,19 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
|
||||
# CONFIG_PARTITION_TABLE_SINGLE_APP is not set
|
||||
# CONFIG_PARTITION_TABLE_TWO_OTA is not set
|
||||
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_4M_noota.csv"
|
||||
CONFIG_PARTITION_TABLE_FILENAME="partitions_4M_noota.csv"
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_16M_ota.csv"
|
||||
CONFIG_PARTITION_TABLE_FILENAME="partitions_16M_ota.csv"
|
||||
CONFIG_PARTITION_TABLE_OFFSET=0xf000
|
||||
CONFIG_PARTITION_TABLE_MD5=y
|
||||
# end of Partition Table
|
||||
|
||||
#
|
||||
# FastLED
|
||||
#
|
||||
# CONFIG_FASTLED_METHOD_I2S is not set
|
||||
CONFIG_FASTLED_METHOD_RMT=y
|
||||
# end of FastLED
|
||||
|
||||
#
|
||||
# Arduino Configuration
|
||||
#
|
||||
@ -155,6 +162,36 @@ CONFIG_ARDUINO_SELECTIVE_SPI=y
|
||||
CONFIG_ARDUINO_SELECTIVE_Wire=y
|
||||
# end of Arduino Configuration
|
||||
|
||||
#
|
||||
# ESP Gui settings
|
||||
#
|
||||
CONFIG_ESPGUI_MENUDISPLAY_ROWS=10
|
||||
# end of ESP Gui settings
|
||||
|
||||
#
|
||||
# Simple Async HTTP Request
|
||||
#
|
||||
# CONFIG_LOG_LOCAL_LEVEL_ASYNC_HTTP_NONE is not set
|
||||
# CONFIG_LOG_LOCAL_LEVEL_ASYNC_HTTP_ERROR is not set
|
||||
# CONFIG_LOG_LOCAL_LEVEL_ASYNC_HTTP_WARN is not set
|
||||
CONFIG_LOG_LOCAL_LEVEL_ASYNC_HTTP_INFO=y
|
||||
# CONFIG_LOG_LOCAL_LEVEL_ASYNC_HTTP_DEBUG is not set
|
||||
# CONFIG_LOG_LOCAL_LEVEL_ASYNC_HTTP_VERBOSE is not set
|
||||
CONFIG_LOG_LOCAL_LEVEL_ASYNC_HTTP=3
|
||||
# end of Simple Async HTTP Request
|
||||
|
||||
#
|
||||
# espcpputils settings
|
||||
#
|
||||
# CONFIG_ESPCPPUTILS_LOG_LOCAL_LEVEL_NONE is not set
|
||||
# CONFIG_ESPCPPUTILS_LOG_LOCAL_LEVEL_ERROR is not set
|
||||
# CONFIG_ESPCPPUTILS_LOG_LOCAL_LEVEL_WARN is not set
|
||||
CONFIG_ESPCPPUTILS_LOG_LOCAL_LEVEL_INFO=y
|
||||
# CONFIG_ESPCPPUTILS_LOG_LOCAL_LEVEL_DEBUG is not set
|
||||
# CONFIG_ESPCPPUTILS_LOG_LOCAL_LEVEL_VERBOSE is not set
|
||||
CONFIG_ESPCPPUTILS_LOG_LOCAL_LEVEL=3
|
||||
# end of espcpputils settings
|
||||
|
||||
#
|
||||
# Simple WiFi Stack settings
|
||||
#
|
||||
|
Reference in New Issue
Block a user