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

@@ -52,8 +52,8 @@ struct NodePrefs { // persisted to file
uint32_t discovery_mod_timestamp;
float adc_multiplier;
char owner_info[120];
// Power settings
uint8_t sx126x_rx_boosted_gain;
uint8_t sx126x_rx_boosted_gain; // power settings
uint8_t path_hash_mode; // which path mode to use when sending
};
class CommonCLICallbacks {