feat(web,mqtt): add repeater dashboard, MQTT settings, and stabilise HTTPS/TLS startup

This commit is contained in:
Jared Dohrman
2026-04-10 15:18:19 +10:00
والد 2a12583d34
کامیت b5374a705a
19فایلهای تغییر یافته به همراه1483 افزوده شده و 629 حذف شده
+4 -1
مشاهده پرونده
@@ -88,6 +88,9 @@ void Dispatcher::loop() {
total_air_time += t;
//Serial.print(" airtime="); Serial.println(t);
// A completed transmit means the radio recovered from any prior CAD stall.
_err_flags &= ~ERR_EVENT_CAD_TIMEOUT;
updateTxBudget();
if (t > tx_budget_ms) {
@@ -386,4 +389,4 @@ unsigned long Dispatcher::futureMillis(int millis_from_now) const {
return _ms->getMillis() + millis_from_now;
}
}
}