Skip to content

Commit fdc54c2

Browse files
author
dbaba
committed
Strip HCI dump instruction as this node no longer uses HCI socket
1 parent 699014d commit fdc54c2

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -190,19 +190,3 @@ $ NODE_ENV=development npm run build
190190
$ NODE_ENV=development npm pack
191191
```
192192

193-
## HCI Dump Debugging (Raspbian/Ubuntu/Debian)
194-
195-
```
196-
sudo apt-get update
197-
sudo apt-get install bluez-hcidump
198-
```
199-
200-
then
201-
202-
```
203-
sudo hcidump -t -x
204-
```
205-
206-
## Enabling trace log
207-
208-
Set `GENERIC_BLE_TRACE=true` on starting Node-RED and you can find the precise log in `/var/log/syslog`.

0 commit comments

Comments
 (0)