mirror of
https://github.com/esphome/esphome.git
synced 2026-09-11 15:27:33 +00:00
3fa9cd5abff4ee0a04267bdd822aa03e4ae6ad89
Advertising was started when the BLE server came up and never stopped, so a device that auto-loads esp32_ble_server for esp32_improv advertised over BLE forever - even with WiFi connected and Improv never started. Components now request advertising with advertising_start() and release it with advertising_stop(); the radio only advertises while at least one request is held. The BLE server only requests it when the configuration defines services or manufacturer data of its own, Improv holds a request for as long as provisioning is possible, and a beacon holds one permanently. Fixes https://github.com/esphome/esphome/issues/18938
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
593 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
