Fix remote LNA toggle bugs: correct register comparison, add missing implementations, wire up companion radio

getRxBoostedGain was returned true because both 0x94 (power saving) and
0x96 (boosted gain = 1) return true
这个提交包含在:
Wessel Nieboer
2026-02-24 23:49:06 +01:00
父节点 f4951d0895
当前提交 8bf63256b6
修改 10 个文件,包含 32 行新增15 行删除
+1 -3
查看文件
@@ -26,6 +26,4 @@ bool radio_init();
uint32_t radio_get_rng_seed();
void radio_set_params(float freq, float bw, uint8_t sf, uint8_t cr);
void radio_set_tx_power(int8_t dbm);
mesh::LocalIdentity radio_new_identity();
bool radio_get_rx_boosted_gain_mode();
mesh::LocalIdentity radio_new_identity();