Skip to content

Commit

Permalink
Merge branch 'change/remove_blufi_on_esp32c2_ble_firmware' into 'master'
Browse files Browse the repository at this point in the history
change: Removed blufi function on esp32c2-ble-2mb firmware

See merge request application/esp-at!1599
  • Loading branch information
xcguang committed Aug 15, 2024
2 parents 368f620 + e77b065 commit a889c9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions module_config/module_esp32c2-ble-2mb/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ CONFIG_AT_CUSTOMIZED_PARTITION_TABLE_OFFSET=0x1a000
# AT
CONFIG_AT_ENABLE=y
CONFIG_AT_BASE_ON_UART=y
CONFIG_AT_BLUFI_COMMAND_SUPPORT=n
CONFIG_AT_BLE_COMMAND_SUPPORT=y
CONFIG_AT_WIFI_COMMAND_SUPPORT=n
CONFIG_AT_NET_COMMAND_SUPPORT=n
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ CONFIG_AT_CUSTOMIZED_PARTITION_TABLE_OFFSET=0x1a000
# AT
CONFIG_AT_ENABLE=y
CONFIG_AT_BASE_ON_UART=y
CONFIG_AT_BLUFI_COMMAND_SUPPORT=n
CONFIG_AT_BLE_COMMAND_SUPPORT=y
CONFIG_AT_WIFI_COMMAND_SUPPORT=n
CONFIG_AT_NET_COMMAND_SUPPORT=n
Expand Down

0 comments on commit a889c9e

Please sign in to comment.