mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 15:08:10 +01:00
Drop max BLE client connections limitation (#7088)
This commit is contained in:
parent
10ccc5f125
commit
1a71cc3047
1 changed files with 1 additions and 3 deletions
|
@ -65,9 +65,7 @@ CONF_ON_PASSKEY_NOTIFICATION = "on_passkey_notification"
|
||||||
CONF_ON_NUMERIC_COMPARISON_REQUEST = "on_numeric_comparison_request"
|
CONF_ON_NUMERIC_COMPARISON_REQUEST = "on_numeric_comparison_request"
|
||||||
CONF_AUTO_CONNECT = "auto_connect"
|
CONF_AUTO_CONNECT = "auto_connect"
|
||||||
|
|
||||||
# Espressif platformio framework is built with MAX_BLE_CONN to 3, so
|
MULTI_CONF = True
|
||||||
# enforce this in yaml checks.
|
|
||||||
MULTI_CONF = 3
|
|
||||||
|
|
||||||
CONFIG_SCHEMA = (
|
CONFIG_SCHEMA = (
|
||||||
cv.Schema(
|
cv.Schema(
|
||||||
|
|
Loading…
Reference in a new issue