1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-07 13:52:20 +01:00

[esp32_ble_server] Add appearance advertising field (#8672)

This commit is contained in:
Clyde Stubbs
2025-05-05 10:02:33 +10:00
committed by GitHub
parent 524cd4b4e3
commit 4dc6cbe2d7
5 changed files with 11 additions and 3 deletions

View File

@@ -110,6 +110,7 @@ void ESP32BLE::advertising_init_() {
this->advertising_->set_scan_response(true);
this->advertising_->set_min_preferred_interval(0x06);
this->advertising_->set_appearance(this->appearance_);
}
bool ESP32BLE::ble_setup_() {