remove deprecated functions, fix typo and style

This commit is contained in:
taco
2026-05-21 19:58:10 +10:00
parent 26c641bc63
commit 7c8d84ffb5
3 changed files with 2 additions and 23 deletions
-4
View File
@@ -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();