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

This commit is contained in:
Scott Powell
2025-02-17 10:56:41 +11:00
parent 769711ff81
commit ef95462345
3 changed files with 10 additions and 6 deletions

View File

@@ -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(?)