Implement remote lna toggle cli cmd

This commit is contained in:
João Brázio
2026-02-10 15:02:23 +00:00
parent 3f33455b4d
commit 71136671bd
171 changed files with 925 additions and 27 deletions
+1 -1
View File
@@ -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
}
}