* 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

@@ -14,7 +14,7 @@ struct NodePrefs { // persisted to file
float freq;
uint8_t sf;
uint8_t cr;
uint8_t reserved1;
uint8_t multi_acks;
uint8_t manual_add_contacts;
float bw;
uint8_t tx_power_dbm;