Changed the reported SNR from unsigned to signed. Internally and logically it is a signed value.

pull/8341/head
Edd Inglis 2018-09-07 10:19:01 +01:00 committed by adbridge
parent 2ca243d69d
commit 366ad09e67
2 changed files with 2 additions and 2 deletions

View File

@ -665,7 +665,7 @@ typedef struct {
/**
* The SNR for the received packet.
*/
uint8_t snr;
int8_t snr;
/**
* A boolean to mark if the meta data is stale
*/

View File

@ -666,7 +666,7 @@ typedef struct {
/*!
* The SNR of the received packet.
*/
uint8_t snr;
int8_t snr;
/*!
* The receive window.
*