mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Improve BLE Connection Reliability by Enabling Software Coexistence (#8683)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		| @@ -1,4 +1,5 @@ | ||||
| <<: !include common.yaml | ||||
|  | ||||
| esp32_ble_tracker: | ||||
|   software_coexistence: true | ||||
|   max_connections: 3 | ||||
|   | ||||
| @@ -2,3 +2,4 @@ | ||||
|  | ||||
| esp32_ble_tracker: | ||||
|   max_connections: 3 | ||||
|   software_coexistence: false | ||||
|   | ||||
| @@ -2,3 +2,4 @@ | ||||
|  | ||||
| esp32_ble_tracker: | ||||
|   max_connections: 9 | ||||
|   software_coexistence: false | ||||
|   | ||||
| @@ -1,4 +1,5 @@ | ||||
| <<: !include common.yaml | ||||
|  | ||||
| esp32_ble_tracker: | ||||
|   software_coexistence: true | ||||
|   max_connections: 9 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user