File tree 2 files changed +5
-0
lines changed
lighting-app/stm32/include/STM32WB5
platform/esp32/external_platform/ESP32_custom
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 144
144
#define CHIP_AUTOMATION_LOGGING 1
145
145
146
146
#define CHIP_DEVICE_CONFIG_MAX_DISCOVERED_IP_ADDRESSES 5
147
+
148
+ #define CHIP_DEVICE_CONFIG_MAX_DEVICE_NAME_LEN 32
149
+
147
150
/**
148
151
* HIGHWATERMARK
149
152
*
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ declare_args() {
29
29
chip_bt_bluedroid_enabled = true
30
30
chip_max_discovered_ip_addresses = 5
31
31
chip_enable_route_hook = false
32
+ chip_max_device_name_len = 32
32
33
}
33
34
34
35
buildconfig_header (" custom_buildconfig" ) {
@@ -61,6 +62,7 @@ buildconfig_header("custom_buildconfig") {
61
62
" EXTERNAL_PLATFORMMANAGERIMPL_HEADER=<external_platform/ESP32_custom/PlatformManagerImpl.h>" ,
62
63
" CHIP_CONFIG_SOFTWARE_VERSION_NUMBER=${ chip_config_software_version_number } " ,
63
64
" CHIP_DEVICE_CONFIG_MAX_DISCOVERED_IP_ADDRESSES=${ chip_max_discovered_ip_addresses } " ,
65
+ " CHIP_DEVICE_CONFIG_MAX_DEVICE_NAME_LEN=${ chip_max_device_name_len } " ,
64
66
]
65
67
66
68
if (chip_enable_ota_requestor ) {
You can’t perform that action at this time.
0 commit comments