Convert arbitrary unit to dBm

pull/243/head
Kihun Song 2021-02-04 17:02:52 +09:00 zatwierdzone przez GitHub
rodzic d6330cfe44
commit 07cc802f9b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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. \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. \brief Set implicit header mode for future reception/transmission.