kopia lustrzana https://github.com/jgromes/RadioLib
[PHY] Revert LR-FHSS bw back to `uint8_t`
rodzic
19b09a0de1
commit
6a5dcc6a6a
|
@ -58,7 +58,7 @@ struct FSKRate_t {
|
||||||
*/
|
*/
|
||||||
struct LrFhssRate_t {
|
struct LrFhssRate_t {
|
||||||
/*! \brief Bandwidth */
|
/*! \brief Bandwidth */
|
||||||
float bw;
|
uint8_t bw;
|
||||||
|
|
||||||
/*! \brief Coding rate */
|
/*! \brief Coding rate */
|
||||||
uint8_t cr;
|
uint8_t cr;
|
||||||
|
|
Ładowanie…
Reference in New Issue