Skip to content

Commit

Permalink
Setting CHIP_DEVICE_CONFIG_MAX_DEVICE_NAME_LEN for esp32 and stm32 li…
Browse files Browse the repository at this point in the history
…ghting-app
  • Loading branch information
sharadb-amazon committed Apr 17, 2024
1 parent 9961c45 commit 732f5a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@
#define CHIP_AUTOMATION_LOGGING 1

#define CHIP_DEVICE_CONFIG_MAX_DISCOVERED_IP_ADDRESSES 5

#define CHIP_DEVICE_CONFIG_MAX_DEVICE_NAME_LEN 32

/**
* HIGHWATERMARK
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ declare_args() {
chip_bt_bluedroid_enabled = true
chip_max_discovered_ip_addresses = 5
chip_enable_route_hook = false
chip_max_device_name_len = 32
}

buildconfig_header("custom_buildconfig") {
Expand Down Expand Up @@ -61,6 +62,7 @@ buildconfig_header("custom_buildconfig") {
"EXTERNAL_PLATFORMMANAGERIMPL_HEADER=<external_platform/ESP32_custom/PlatformManagerImpl.h>",
"CHIP_CONFIG_SOFTWARE_VERSION_NUMBER=${chip_config_software_version_number}",
"CHIP_DEVICE_CONFIG_MAX_DISCOVERED_IP_ADDRESSES=${chip_max_discovered_ip_addresses}",
"CHIP_DEVICE_CONFIG_MAX_DEVICE_NAME_LEN=${chip_max_device_name_len}",
]

if (chip_enable_ota_requestor) {
Expand Down

0 comments on commit 732f5a7

Please sign in to comment.