mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
recalc ClientACL shared_secrets at startup
This commit is contained in:
parent
6336bd5b72
commit
988287bfd7
5 changed files with 7 additions and 6 deletions
|
|
@ -637,7 +637,7 @@ void MyMesh::begin(FILESYSTEM *fs) {
|
|||
// load persisted prefs
|
||||
_cli.loadPrefs(_fs);
|
||||
|
||||
acl.load(_fs);
|
||||
acl.load(_fs, self_id);
|
||||
|
||||
radio_set_params(_prefs.freq, _prefs.bw, _prefs.sf, _prefs.cr);
|
||||
radio_set_tx_power(_prefs.tx_power_dbm);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue