mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Merge c1a0e3779c into dee3e26ac0
This commit is contained in:
commit
6a99531c9c
3 changed files with 38 additions and 1 deletions
|
|
@ -948,6 +948,9 @@ void MyMesh::begin(bool has_display) {
|
|||
resetContacts();
|
||||
_store->loadContacts(this);
|
||||
bootstrapRTCfromContacts();
|
||||
|
||||
_store->cleanOrphanBlobs(this);
|
||||
|
||||
addChannel("Public", PUBLIC_GROUP_PSK); // pre-configure Andy's public channel
|
||||
_store->loadChannels(this);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue