* repeater, room server and terminal chat: default to rxdelay off

Этот коммит содержится в:
Scott Powell
2025-02-17 10:56:41 +11:00
родитель 769711ff81
Коммит ef95462345
3 изменённых файлов: 10 добавлений и 6 удалений
+4
Просмотреть файл
@@ -213,6 +213,10 @@ protected:
return _prefs.airtime_factor;
}
int calcRxDelay(float score, uint32_t air_time) const override {
return 0; // disable rxdelay
}
void onDiscoveredContact(ContactInfo& contact, bool is_new) override {
// TODO: if not in favs, prompt to add as fav(?)