Add rssi() function

This commit is contained in:
Manuel Bl
2020-08-01 18:30:47 +02:00
parent 9489f34542
commit fdacae73f8
3 changed files with 16 additions and 0 deletions

View File

@ -400,6 +400,15 @@ public:
*/
TTNRFSettings rx2Settings();
/**
* @brief Gets the received signal strength indicator (RSSI).
*
* RSSI is the measured signal strength of the last recevied message (incl. join responses).
*
* @return RSSI, in dBm
*/
int rssi();
private:
TTNMessageCallback messageCallback;