Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Refactor BT enable #49

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 14 commits into
base: bt_enable_refac
Choose a base branch
Loading
from
Prev Previous commit
Next Next commit
Update esp32-hal-bt.c
  • Loading branch information
Jason2866 authored Apr 3, 2025
commit 800112448b68d6b45770f5de06f4fecf864ffdca
3 changes: 1 addition & 2 deletions 3 cores/esp32/esp32-hal-bt.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//

// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
Expand All @@ -24,7 +24,6 @@
static bool _bt_initialized = false;
static bool _bt_enabled = false;

// Diese Implementierung überschreibt die schwache (weak) Version in esp32-hal-misc.c
bool btInUse() {
return _bt_initialized && _bt_enabled;
}
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.