mirror of
https://github.com/meshcore-dev/meshcore.js.git
synced 2026-04-20 22:13:49 +00:00
show contacts list on connect
This commit is contained in:
parent
865ca127ac
commit
995e740347
5 changed files with 227 additions and 72 deletions
|
|
@ -66,6 +66,9 @@ class BleConnection extends Connection {
|
|||
this.onFrameReceived(frame);
|
||||
});
|
||||
|
||||
// fire connected event
|
||||
this.onConnected();
|
||||
|
||||
}
|
||||
|
||||
async close() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue