mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 10:17:15 +02:00
Fix BT enabled check
This commit is contained in:
@ -11,10 +11,11 @@
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
#if CONFIG_BT_ENABLED
|
||||
|
||||
#include "esp32-hal-bt.h"
|
||||
|
||||
#if CONFIG_BT_ENABLED
|
||||
|
||||
#include "bt.h"
|
||||
#include "esp_bt_defs.h"
|
||||
#include "esp_bt_main.h"
|
||||
|
Reference in New Issue
Block a user