Skip to content

Commit 51d27b2

Browse files
authored
Update BleSerial_Bridge.ino
1 parent 17dcab5 commit 51d27b2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/BleSerial_Bridge/BleSerial_Bridge.ino

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
#include "soc/rtc_wdt.h"
1818

1919
const int BUFFER_SIZE = 8192;
20-
const int RX_PIN = 10;
21-
const int TX_PIN = 11;
2220

2321
BleSerial SerialBT;
2422

@@ -93,4 +91,4 @@ void loop() {
9391
//This task is not used
9492
vTaskDelete(NULL);
9593
}
96-
94+

0 commit comments

Comments
 (0)