mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-23 17:13:38 +00:00
NimbleBluetooth.h is not required in MeshService. (#4419)
There are no calls to the functions defined in Nimble from this class. See also older comment on line 8 about the dream to seperate mesh and bluetooth :)
This commit is contained in:
parent
d8bdb92efe
commit
e38aca3cba
@ -19,10 +19,6 @@
|
||||
#include <assert.h>
|
||||
#include <string>
|
||||
|
||||
#if defined(ARCH_ESP32) && !MESHTASTIC_EXCLUDE_BLUETOOTH
|
||||
#include "nimble/NimbleBluetooth.h"
|
||||
#endif
|
||||
|
||||
#if ARCH_PORTDUINO
|
||||
#include "PortduinoGlue.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user