mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-03 00:20:43 +00:00
Fix compile and check issues
This commit is contained in:
committed by
Tom Fifield
parent
285b30dff0
commit
15b84fca01
@@ -16,6 +16,8 @@
|
||||
#include "gps/RTC.h"
|
||||
#include <WiFi.h>
|
||||
|
||||
#if !defined(MESHTASTIC_EXCLUDE_BLUETOOTH)
|
||||
|
||||
#include "NimBLEDevice.h"
|
||||
|
||||
#define BLE_MAX_REC 15
|
||||
@@ -416,3 +418,5 @@ static int ble_scan(uint32_t duration, bool passive, bool dedup)
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
||||
#endif // MESHTASTIC_EXCLUDE_BLUETOOTH
|
||||
Reference in New Issue
Block a user