mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/wifi_prov_device_name' into 'master'
wifi_provisioning : Increased 1 byte of BLE advertising device name to store '\0' See merge request espressif/esp-idf!20340
This commit is contained in:
commit
7e57cdfcfb
@ -52,7 +52,7 @@ typedef struct protocomm_ble_config {
|
||||
/**
|
||||
* BLE device name being broadcast at the time of provisioning
|
||||
*/
|
||||
char device_name[MAX_BLE_DEVNAME_LEN];
|
||||
char device_name[MAX_BLE_DEVNAME_LEN + 1];
|
||||
|
||||
/**
|
||||
* 128 bit UUID of the provisioning service
|
||||
|
Loading…
x
Reference in New Issue
Block a user