We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01de20 commit 0d29f96Copy full SHA for 0d29f96
ports/esp32/main.c
@@ -65,7 +65,7 @@
65
#include "modmachine.h"
66
#include "modnetwork.h"
67
68
-#if MICROPY_BLUETOOTH_NIMBLE
+#if MICROPY_PY_BLUETOOTH && MICROPY_BLUETOOTH_NIMBLE
69
#include "extmod/modbluetooth.h"
70
#endif
71
@@ -172,7 +172,7 @@ void mp_task(void *pvParameter) {
172
173
soft_reset_exit:
174
175
- #if MICROPY_BLUETOOTH_NIMBLE
+ #if MICROPY_PY_BLUETOOTH && MICROPY_BLUETOOTH_NIMBLE
176
mp_bluetooth_deinit();
177
178
0 commit comments