mirror of
https://github.com/esphome/esphome.git
synced 2025-09-21 20:52:20 +01:00
ble pool
This commit is contained in:
@@ -24,8 +24,6 @@ namespace esp32_ble {
|
|||||||
|
|
||||||
static const char *const TAG = "esp32_ble";
|
static const char *const TAG = "esp32_ble";
|
||||||
|
|
||||||
// No longer need static allocator - using on-demand pool instead
|
|
||||||
|
|
||||||
void ESP32BLE::setup() {
|
void ESP32BLE::setup() {
|
||||||
global_ble = this;
|
global_ble = this;
|
||||||
ESP_LOGCONFIG(TAG, "Running setup");
|
ESP_LOGCONFIG(TAG, "Running setup");
|
||||||
|
Reference in New Issue
Block a user