Implement remote lna toggle cli cmd

Tento commit je obsažen v:
João Brázio
2026-02-10 15:02:23 +00:00
rodič 3f33455b4d
revize 71136671bd
171 změnil soubory, kde provedl 925 přidání a 27 odebrání
+1 -1
Zobrazit soubor
@@ -57,4 +57,4 @@ void radio_set_tx_power(int8_t dbm) {
mesh::LocalIdentity radio_new_identity() {
RadioNoiseListener rng(radio);
return mesh::LocalIdentity(&rng); // create new random identity
}
}