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:
Tom Fifield 2024-08-09 19:35:42 +08:00 committed by GitHub
parent d8bdb92efe
commit e38aca3cba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,10 +19,6 @@
#include <assert.h> #include <assert.h>
#include <string> #include <string>
#if defined(ARCH_ESP32) && !MESHTASTIC_EXCLUDE_BLUETOOTH
#include "nimble/NimbleBluetooth.h"
#endif
#if ARCH_PORTDUINO #if ARCH_PORTDUINO
#include "PortduinoGlue.h" #include "PortduinoGlue.h"
#endif #endif