jgromes / RadioLib

Universal wireless communication library for embedded devices
https://jgromes.github.io/RadioLib/
MIT License
1.48k stars 373 forks source link

How to Get Data/Bit Rate for SX1280 in FLRC Mode #831

Closed Yash-Varuni closed 11 months ago

Yash-Varuni commented 11 months ago

How to Get Data/Bit Rate in SX1280 in FLRC Mode

I have Used SX1268, where I can use radio.getDataRate() to get the Data Transmit Rate, but when I use it for SX1280 FLRC Modem compile show error message error: 'class SX1280' has no member named 'getDataRate'.

jgromes commented 11 months ago

Closing as duplicate of discussion #830