Fix final SX127X modulation parameter issues #39

This commit is contained in:
jacob.eva 2025-01-10 21:31:03 +00:00
parent 46a46b4069
commit d2c0d53bdd
No known key found for this signature in database
GPG key ID: 0B92E083BBCCAA1E
2 changed files with 25 additions and 54 deletions

View file

@ -546,7 +546,7 @@ private:
bool _preinit_done;
uint8_t _sf;
uint8_t _cr;
uint8_t _bw;
uint32_t _bw;
};
class sx128x : public RadioInterface {