File tree
Expand file treeCollapse file tree
10 files changed
+95
-15
lines changedFilter options
- libraries/BluetoothSerial
- examples/GetLocalMAC
- src
Expand file treeCollapse file tree
10 files changed
+95
-15
lines changedlibraries/BluetoothSerial/examples/GetLocalMAC/.skip.esp32c3
Copy file name to clipboardExpand all lines: libraries/BluetoothSerial/examples/GetLocalMAC/.skip.esp32c3Whitespace-only changes.
libraries/BluetoothSerial/examples/GetLocalMAC/.skip.esp32s2
Copy file name to clipboardExpand all lines: libraries/BluetoothSerial/examples/GetLocalMAC/.skip.esp32s2Whitespace-only changes.
libraries/BluetoothSerial/examples/GetLocalMAC/.skip.esp32s3
Copy file name to clipboardExpand all lines: libraries/BluetoothSerial/examples/GetLocalMAC/.skip.esp32s3Whitespace-only changes.
libraries/BluetoothSerial/examples/GetLocalMAC/GetLocalMAC.ino
Copy file name to clipboard+46Lines changed: 46 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
libraries/BluetoothSerial/src/BTAddress.cpp
Copy file name to clipboardExpand all lines: libraries/BluetoothSerial/src/BTAddress.cpp+14-8Lines changed: 14 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
| 47 | + |
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
| ||
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
89 |
| - |
90 |
| - |
91 |
| - |
| 89 | + |
| 90 | + |
92 | 91 |
|
93 | 92 |
|
94 | 93 |
|
95 |
| - |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
96 | 98 |
|
97 | 99 |
|
98 |
| - |
| 100 | + |
99 | 101 |
|
100 | 102 |
|
101 |
| - |
102 |
| - |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
103 | 109 |
|
104 | 110 |
|
105 | 111 |
|
|
libraries/BluetoothSerial/src/BTAddress.h
Copy file name to clipboardExpand all lines: libraries/BluetoothSerial/src/BTAddress.h+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
|
libraries/BluetoothSerial/src/BTAdvertisedDeviceSet.cpp
Copy file name to clipboardExpand all lines: libraries/BluetoothSerial/src/BTAdvertisedDeviceSet.cpp+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
| 42 | + |
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
|
libraries/BluetoothSerial/src/BTScanResultsSet.cpp
Copy file name to clipboardExpand all lines: libraries/BluetoothSerial/src/BTScanResultsSet.cpp+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
87 |
| - |
| 87 | + |
88 | 88 |
|
89 | 89 |
|
90 | 90 |
|
|
libraries/BluetoothSerial/src/BluetoothSerial.cpp
Copy file name to clipboardExpand all lines: libraries/BluetoothSerial/src/BluetoothSerial.cpp+27-2Lines changed: 27 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
661 | 661 |
|
662 | 662 |
|
663 | 663 |
|
664 |
| - |
665 |
| - |
666 | 664 |
|
667 | 665 |
|
668 | 666 |
|
| ||
1183 | 1181 |
|
1184 | 1182 |
|
1185 | 1183 |
|
| 1184 | + |
| 1185 | + |
| 1186 | + |
| 1187 | + |
| 1188 | + |
| 1189 | + |
| 1190 | + |
| 1191 | + |
| 1192 | + |
| 1193 | + |
| 1194 | + |
| 1195 | + |
| 1196 | + |
| 1197 | + |
| 1198 | + |
| 1199 | + |
| 1200 | + |
| 1201 | + |
| 1202 | + |
| 1203 | + |
| 1204 | + |
| 1205 | + |
| 1206 | + |
| 1207 | + |
| 1208 | + |
| 1209 | + |
| 1210 | + |
1186 | 1211 |
|
libraries/BluetoothSerial/src/BluetoothSerial.h
Copy file name to clipboardExpand all lines: libraries/BluetoothSerial/src/BluetoothSerial.h+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
| 88 | + |
| 89 | + |
| 90 | + |
88 | 91 |
|
89 | 92 |
|
90 | 93 |
|
|
0 commit comments