remove deprecated functions, fix typo and style

Esse commit está contido em:
taco
2026-05-21 19:58:10 +10:00
commit 7c8d84ffb5
3 arquivos alterados com 2 adições e 23 exclusões
-4
Ver Arquivo
@@ -26,8 +26,4 @@ extern EnvironmentSensorManager 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();