scrub APC and bump to 1.16.6

This commit is contained in:
liquidraver
2026-07-20 09:55:32 +02:00
parent b58994661b
commit 13b5e2fcf3
38 changed files with 277 additions and 1351 deletions
-5
View File
@@ -761,11 +761,6 @@ void RoomServerMesh::begin(RepeaterDataStore* store) {
* Mesh::begin() → Dispatcher::begin() → Radio::begin(). */
mesh::Mesh::begin();
_contention.setBackoffMultiplier(_prefs.backoff_multiplier);
#ifdef CONFIG_ZEPHCORE_APC
_power_ctrl.setSF(_prefs.sf);
_power_ctrl.setTargetMargin(_prefs.apc_margin);
_power_ctrl.setEnabled(_prefs.apc_enabled != 0);
#endif
acl.load(_store->getAclPath(), self_id);
region_map.load(_store->getRegionsPath());