Skip to content

Commit c1a8c09

Browse files
committed
Remove BleSerial driver and link to library instead.
1 parent 7996de6 commit c1a8c09

File tree

4 files changed

+1
-307
lines changed

4 files changed

+1
-307
lines changed

Firmware/RTK_Surveyor/bluetoothSelect.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifdef COMPILE_BT
22

33
#include "src/BluetoothSerial/BluetoothSerial.h"
4-
#include "src/BleSerial/BleSerial.h"
4+
#include <BleSerial.h> // Click here to get the library: http://librarymanager/All#ESP32_BleSerial by Avinab Malla
55

66
class BTSerialInterface
77
{
@@ -158,4 +158,3 @@ class BTLESerial: public virtual BTSerialInterface, public BleSerial
158158

159159

160160
#endif
161-

Firmware/RTK_Surveyor/src/BleSerial/BleSerial.cpp

Lines changed: 0 additions & 184 deletions
This file was deleted.

Firmware/RTK_Surveyor/src/BleSerial/BleSerial.h

Lines changed: 0 additions & 76 deletions
This file was deleted.

Firmware/RTK_Surveyor/src/BleSerial/ByteRingBuffer.h

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)