mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-04 16:16:22 +00:00
* repeater, room server and terminal chat: default to rxdelay off
This commit is contained in:
@@ -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(?)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user