Skip to content

Commit

Permalink
updated sdkconfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
lomasSE89 committed Sep 4, 2024
1 parent 3584757 commit 90da6ed
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
7 changes: 4 additions & 3 deletions sdkconfig.esp32.4mb
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,9 @@ CONFIG_EZPI_LOCAL_WEBSOCKET_SERVER=y
CONFIG_EZPI_WEBSOCKET_CLIENT=y
CONFIG_EZPI_CORE_STATIC_BUFFER_SIZE=10240
CONFIG_EZPI_SERV_ENABLE_MESHBOTS=y
# CONFIG_EZPI_SERV_ENABLE_MODES is not set
CONFIG_EZPI_SERV_ENABLE_MODES=y
# CONFIG_EZPI_ENABLE_LED_INDICATOR is not set
# CONFIG_EZPI_ENABLE_CAPTIVE_PORTAL is not set

#
# EzloPi mDNS config
Expand Down Expand Up @@ -250,7 +251,7 @@ CONFIG_BT_BLUEDROID_ENABLED=y
#
# Bluedroid Options
#
CONFIG_BT_BTC_TASK_STACK_SIZE=3584
CONFIG_BT_BTC_TASK_STACK_SIZE=5120
CONFIG_BT_BLUEDROID_PINNED_TO_CORE_0=y
# CONFIG_BT_BLUEDROID_PINNED_TO_CORE_1 is not set
CONFIG_BT_BLUEDROID_PINNED_TO_CORE=0
Expand Down Expand Up @@ -1418,7 +1419,7 @@ CONFIG_BTDM_CONTROLLER_FULL_SCAN_SUPPORTED=y
# CONFIG_BLE_ADV_REPORT_FLOW_CONTROL_SUPPORTED is not set
CONFIG_BLUEDROID_ENABLED=y
# CONFIG_NIMBLE_ENABLED is not set
CONFIG_BTC_TASK_STACK_SIZE=3584
CONFIG_BTC_TASK_STACK_SIZE=5120
CONFIG_BLUEDROID_PINNED_TO_CORE_0=y
# CONFIG_BLUEDROID_PINNED_TO_CORE_1 is not set
CONFIG_BLUEDROID_PINNED_TO_CORE=0
Expand Down
9 changes: 5 additions & 4 deletions sdkconfig.esp32c3.4mb
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ CONFIG_EZPI_CORE_STATIC_BUFFER_SIZE=10240
CONFIG_EZPI_SERV_ENABLE_MESHBOTS=y
CONFIG_EZPI_SERV_ENABLE_MODES=y
# CONFIG_EZPI_ENABLE_LED_INDICATOR is not set
# CONFIG_EZPI_ENABLE_CAPTIVE_PORTAL is not set

#
# EzloPi mDNS config
Expand Down Expand Up @@ -297,9 +298,9 @@ CONFIG_BT_BLUEDROID_ENABLED=y
#
# Bluedroid Options
#
CONFIG_BT_BTC_TASK_STACK_SIZE=3584
CONFIG_BT_BTC_TASK_STACK_SIZE=5120
CONFIG_BT_BLUEDROID_PINNED_TO_CORE=0
CONFIG_BT_BTU_TASK_STACK_SIZE=3584
CONFIG_BT_BTU_TASK_STACK_SIZE=5120
# CONFIG_BT_BLUEDROID_MEM_DEBUG is not set
CONFIG_BT_BLE_ENABLED=y
CONFIG_BT_GATTS_ENABLE=y
Expand Down Expand Up @@ -1401,9 +1402,9 @@ CONFIG_ESP32_APPTRACE_DEST_NONE=y
CONFIG_ESP32_APPTRACE_LOCK_ENABLE=y
CONFIG_BLUEDROID_ENABLED=y
# CONFIG_NIMBLE_ENABLED is not set
CONFIG_BTC_TASK_STACK_SIZE=3584
CONFIG_BTC_TASK_STACK_SIZE=5120
CONFIG_BLUEDROID_PINNED_TO_CORE=0
CONFIG_BTU_TASK_STACK_SIZE=3584
CONFIG_BTU_TASK_STACK_SIZE=5120
# CONFIG_BLUEDROID_MEM_DEBUG is not set
CONFIG_GATTS_ENABLE=y
# CONFIG_GATTS_SEND_SERVICE_CHANGE_MANUAL is not set
Expand Down
9 changes: 5 additions & 4 deletions sdkconfig.esp32s3.4mb
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ CONFIG_EZPI_CORE_STATIC_BUFFER_SIZE=10240
CONFIG_EZPI_SERV_ENABLE_MESHBOTS=y
CONFIG_EZPI_SERV_ENABLE_MODES=y
# CONFIG_EZPI_ENABLE_LED_INDICATOR is not set
# CONFIG_EZPI_ENABLE_CAPTIVE_PORTAL is not set

#
# EzloPi mDNS config
Expand Down Expand Up @@ -306,11 +307,11 @@ CONFIG_BT_BLUEDROID_ENABLED=y
#
# Bluedroid Options
#
CONFIG_BT_BTC_TASK_STACK_SIZE=3584
CONFIG_BT_BTC_TASK_STACK_SIZE=5120
CONFIG_BT_BLUEDROID_PINNED_TO_CORE_0=y
# CONFIG_BT_BLUEDROID_PINNED_TO_CORE_1 is not set
CONFIG_BT_BLUEDROID_PINNED_TO_CORE=0
CONFIG_BT_BTU_TASK_STACK_SIZE=3584
CONFIG_BT_BTU_TASK_STACK_SIZE=5120
# CONFIG_BT_BLUEDROID_MEM_DEBUG is not set
CONFIG_BT_BLE_ENABLED=y
CONFIG_BT_GATTS_ENABLE=y
Expand Down Expand Up @@ -1516,11 +1517,11 @@ CONFIG_ESP32_APPTRACE_DEST_NONE=y
CONFIG_ESP32_APPTRACE_LOCK_ENABLE=y
CONFIG_BLUEDROID_ENABLED=y
# CONFIG_NIMBLE_ENABLED is not set
CONFIG_BTC_TASK_STACK_SIZE=3584
CONFIG_BTC_TASK_STACK_SIZE=5120
CONFIG_BLUEDROID_PINNED_TO_CORE_0=y
# CONFIG_BLUEDROID_PINNED_TO_CORE_1 is not set
CONFIG_BLUEDROID_PINNED_TO_CORE=0
CONFIG_BTU_TASK_STACK_SIZE=3584
CONFIG_BTU_TASK_STACK_SIZE=5120
# CONFIG_BLUEDROID_MEM_DEBUG is not set
CONFIG_GATTS_ENABLE=y
# CONFIG_GATTS_SEND_SERVICE_CHANGE_MANUAL is not set
Expand Down

0 comments on commit 90da6ed

Please sign in to comment.