* Refactor: removed duplicated radio_rng_seed(), radio_set_params(), radio_set_tx_power()

Tento commit je obsažen v:
Scott Powell
2026-05-01 14:47:07 +10:00
rodič ccda0a99d8
revize 0a8a0a4904
165 změnil soubory, kde provedl 110 přidání a 1397 odebrání
-3
Zobrazit soubor
@@ -24,9 +24,6 @@ extern SensorManager sensors;
#endif
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();