Merge branch 'dev' into 2026/remote-lna

This commit is contained in:
João Brázio
2026-02-27 10:32:14 +00:00
committed by GitHub
45 changed files with 665 additions and 255 deletions

View File

@@ -29,4 +29,6 @@ struct NodePrefs { // persisted to file
uint32_t gps_interval; // GPS read interval in seconds
uint8_t autoadd_config; // bitmask for auto-add contacts config
uint8_t sx126x_rx_boosted_gain; // SX126x RX boosted gain mode (0=power saving, 1=boosted)
uint8_t client_repeat;
uint8_t path_hash_mode; // which path mode to use when sending
};