mirror of
https://github.com/espressif/openthread.git
synced 2026-09-07 17:50:09 +00:00
Fix Link Margin units in doc. (#81)
This commit is contained in:
@@ -215,7 +215,7 @@ private:
|
||||
*/
|
||||
struct ThreadMessageInfo
|
||||
{
|
||||
uint8_t mLinkMargin; ///< The Link Margin for a received message in dBm.
|
||||
uint8_t mLinkMargin; ///< The Link Margin for a received message in dB.
|
||||
uint8_t mLqi; ///< The Link Quality Indicator for a received message.
|
||||
bool mSecurityValid; ///< Link security on all received frames was enabled and passed validation.
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user