Merge pull request #1297 from ViezeVingertjes/feature/duty-cycle-token-bucket

Implement token bucket duty cycle enforcement
Этот коммит содержится в:
ripplebiz
2026-03-08 23:54:32 +11:00
коммит произвёл GitHub
родитель c8e003f88d 519b97a90a
Коммит cf0cc851d4
7 изменённых файлов: 71 добавлений и 14 удалений
+1 -1
Просмотреть файл
@@ -855,7 +855,7 @@ MyMesh::MyMesh(mesh::MainBoard &board, mesh::Radio &radio, mesh::MillisecondCloc
// defaults
memset(&_prefs, 0, sizeof(_prefs));
_prefs.airtime_factor = 1.0; // one half
_prefs.airtime_factor = 1.0;
_prefs.rx_delay_base = 0.0f; // turn off by default, was 10.0;
_prefs.tx_delay_factor = 0.5f; // was 0.25f
_prefs.direct_tx_delay_factor = 0.3f; // was 0.2