mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Apply suggestion from @weebl2000
Co-authored-by: Wessel <wessel@weebl.me>
This commit is contained in:
parent
8fc9e1736c
commit
fcad0dc7ed
1 changed files with 1 additions and 1 deletions
|
|
@ -18,5 +18,5 @@ extern MomentaryButton user_btn;
|
|||
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(uint8_t dbm);
|
||||
void radio_set_tx_power(int8_t dbm);
|
||||
mesh::LocalIdentity radio_new_identity();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue