Convert arbitrary unit to dBm

This commit is contained in:
Kihun Song 2021-02-04 17:02:52 +09:00 committed by GitHub
parent d6330cfe44
commit 07cc802f9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -809,9 +809,9 @@ class SX126x: public PhysicalLayer {
/*!
\brief Get instantaneous RSSI value during recption of the packet. Should switch to FSK receive mode for LBT implementation.
\returns Instantaneous RSSI value in (-2)*dBm.
\returns Instantaneous RSSI value in dBm, in steps of 0.5dBm
*/
uint8_t getRSSIInst();
float getRSSIInst();
/*!
\brief Set implicit header mode for future reception/transmission.