From e38aca3cba890d5aa00bd94c052f1bf2195fb5fb Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Fri, 9 Aug 2024 19:35:42 +0800 Subject: [PATCH] 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 :) --- src/mesh/MeshService.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mesh/MeshService.cpp b/src/mesh/MeshService.cpp index 07dd71ddc..697644a4f 100644 --- a/src/mesh/MeshService.cpp +++ b/src/mesh/MeshService.cpp @@ -19,10 +19,6 @@ #include #include -#if defined(ARCH_ESP32) && !MESHTASTIC_EXCLUDE_BLUETOOTH -#include "nimble/NimbleBluetooth.h" -#endif - #if ARCH_PORTDUINO #include "PortduinoGlue.h" #endif