Merge branch 'dev' into lora-longer-preamble

This commit is contained in:
OverkillFPV
2026-04-16 20:43:46 +10:00
committed by GitHub
commit 958204c7f1
315 muutettua tiedostoa jossa 7641 lisäystä ja 1800 poistoa
+1
Näytä tiedosto
@@ -43,3 +43,4 @@ mesh::LocalIdentity radio_new_identity() {
RadioNoiseListener rng(radio);
return mesh::LocalIdentity(&rng); // create new random identity
}
+1
Näytä tiedosto
@@ -31,3 +31,4 @@ mesh::LocalIdentity radio_new_identity();
extern SensorManager sensors;