diff --git a/tasmota/tasmota_xdrv_driver/xdrv_79_esp32_ble.ino b/tasmota/tasmota_xdrv_driver/xdrv_79_esp32_ble.ino index fabcf916e..6f9089e1f 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_79_esp32_ble.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_79_esp32_ble.ino @@ -204,7 +204,7 @@ namespace BLE_ESP32 { ///////////////////////////////////////////////////// #define BLE_ESP32_MAXNAMELEN 32 -#define BLE_ESP32_MAXALIASLEN 20 +#define BLE_ESP32_MAXALIASLEN 32 #define MAX_BLE_DATA_LEN 100