mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-02 22:13:43 +00:00
- flood retransmit jitter now capped at min(2000ms, 6·airtime) instead of fixed 2000ms — spreads tighter at SF7, unchanged at SF8 - reactive per-dupe backoff cap now min(2000ms, 12·airtime), keeps semantic of "push past ~12 relay slots" - contention ring 16 → 24 for 50-neighbor hilltops - companions passively track heard floods (warms EMA without forwarding) and spread their own TX by up to min(1000ms, 3·airtime), hopefully fixing repeaters missing companion's first transmission config cleanup: - move BLE TX buffer bumps (ACL_TX=12 etc.) from zephcore_common.conf to esp32_common.conf — the Espressif blob needs them, nRF doesn't, and the bumps were overflowing nRF52840 RAM - remove CONFIG_ZEPHCORE_MAX_CONTACTS=510 overrides from 5 nRF52840 companion boards; Kconfig default of 350 fits with comfortable margin (wio prod: 91% → 79% RAM)
18 lines
425 B
YAML
18 lines
425 B
YAML
manifest:
|
|
remotes:
|
|
- name: zephyrproject-rtos
|
|
url-base: https://github.com/zephyrproject-rtos
|
|
|
|
projects:
|
|
- name: hal_espressif
|
|
remote: zephyrproject-rtos
|
|
revision: b7953b8019361d09e613f7011d2ccc41b984d087
|
|
path: modules/hal/espressif
|
|
- name: zephyr
|
|
remote: zephyrproject-rtos
|
|
revision: 684c9e8f32e4373a21098559f748f06915f950c9
|
|
import: true
|
|
|
|
self:
|
|
path: zephcore
|