* companion: optional double ACKs, new prefs.multi_acks

This commit is contained in:
Scott Powell
2025-07-16 19:25:28 +10:00
parent 6bc8dd28d4
commit 5881b04a31
5 changed files with 23 additions and 9 deletions

View File

@@ -97,6 +97,7 @@ protected:
float getAirtimeBudgetFactor() const override;
int getInterferenceThreshold() const override;
int calcRxDelay(float score, uint32_t air_time) const override;
uint8_t getExtraAckTransmitCount() const override;
void logRxRaw(float snr, float rssi, const uint8_t raw[], int len) override;
bool isAutoAddEnabled() const override;