mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* repeater, room server and terminal chat: default to rxdelay off
This commit is contained in:
parent
769711ff81
commit
ef95462345
3 changed files with 10 additions and 6 deletions
|
|
@ -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(?)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue