mirror of https://github.com/arendst/Tasmota.git
Update xdrv_79_esp32_ble.ino (#17990)
Increase maximum length of Alias as the short MaxAlias is not in line with name length and limits the user (e.g. if sensors have room names as appendix like "_master_bathroom").
This commit is contained in:
parent
c1dec03adb
commit
2d83c335bc
|
@ -204,7 +204,7 @@ namespace BLE_ESP32 {
|
||||||
/////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define BLE_ESP32_MAXNAMELEN 32
|
#define BLE_ESP32_MAXNAMELEN 32
|
||||||
#define BLE_ESP32_MAXALIASLEN 20
|
#define BLE_ESP32_MAXALIASLEN 32
|
||||||
|
|
||||||
|
|
||||||
#define MAX_BLE_DATA_LEN 100
|
#define MAX_BLE_DATA_LEN 100
|
||||||
|
|
Loading…
Reference in New Issue