Changed the reported SNR from unsigned to signed.

Internally and logically it is a signed value.
pull/8034/head
Edd Inglis 2018-09-07 10:19:01 +01:00
parent 970bc7369c
commit 4a07adbac5
2 changed files with 2 additions and 2 deletions

View File

@ -663,7 +663,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.
*