Skip to content

Commit 2b150cb

Browse files
authored
Update README.md
1 parent 31a6150 commit 2b150cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Like a BLE Scanner but with persistence.
66

77

88

9-
All BLE data found by the [BLE Scanner](https://github.com/nkolban/ESP32_BLE_Arduino) is collected into a [sqlite3](https://github.com/siara-cc/esp32_arduino_sqlite3_lib) format on the SD Card.
9+
All BLE data found by the [BLE Scanner](https://github.com/wakwak-koba/ESP32_BLE_Arduino) is collected into a [sqlite3](https://github.com/siara-cc/esp32_arduino_sqlite3_lib) format on the SD Card.
1010

1111
Public Mac addresses are compared against [OUI list](https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob_plain;f=manuf), while Vendor names are compared against [BLE Device list](https://www.bluetooth.com/specifications/assigned-numbers/company-identifiers).
1212

@@ -74,4 +74,5 @@ Credits/requirements:
7474

7575
- https://github.com/siara-cc/esp32_arduino_sqlite3_lib
7676
- ~~https://github.com/nkolban/ESP32_BLE_Arduino~~
77-
- https://github.com/chegewara (see [this issue](https://github.com/tobozo/ESP32-BLECollector/issues/2)
77+
- https://github.com/wakwak-koba/ESP32_BLE_Arduino (specifically patched for the current version)
78+
- thanks to https://github.com/chegewara (see [this issue](https://github.com/tobozo/ESP32-BLECollector/issues/2))

0 commit comments

Comments
 (0)