mirror of
https://github.com/esphome/esphome.git
synced 2026-09-18 02:28:42 +00:00
[esp32_ble_tracker] Initialize ESPBTClient::app_id (#19199)
This commit is contained in:
@@ -135,7 +135,7 @@ class ESPBTClient : public ESPBTDeviceListener {
|
||||
void set_tracker_state_version(uint8_t *version) { this->tracker_state_version_ = version; }
|
||||
|
||||
// Memory optimized layout
|
||||
uint8_t app_id; // App IDs are small integers assigned sequentially
|
||||
uint8_t app_id{0}; // App IDs are small integers assigned sequentially
|
||||
|
||||
protected:
|
||||
/// Set state without IDLE handling - use for direct state transitions.
|
||||
|
||||
Reference in New Issue
Block a user