Skip to content

Commit 8a46697

Browse files
william-ferguson-aume-no-dev
authored andcommitted
Fix for issue_3209. (#3210)
#include "esp32-hal-log.h" is mandatory is order to build BLEDevice.cpp. It can't be left up to a compiler variable.
1 parent 270a275 commit 8a46697

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: libraries/BLE/src/BLEDevice.cpp

-6
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,8 @@
3232
#include "esp32-hal-bt.h"
3333
#endif
3434

35-
#if defined(CONFIG_ARDUHAL_ESP_LOG)
3635
#include "esp32-hal-log.h"
3736

38-
#else
39-
#include "esp_log.h"
40-
static const char* LOG_TAG = "BLEDevice";
41-
#endif
42-
4337

4438
/**
4539
* Singletons for the BLEDevice.

0 commit comments

Comments
 (0)