We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c08be76 + 352e6fb commit f609a52Copy full SHA for f609a52
connectivity/lorawan/include/lorawan/LoRaRadio.h
@@ -200,7 +200,7 @@ typedef struct radio_fsk_packet_handler {
200
/**
201
* Storage for RSSI value of the received signal.
202
*/
203
- int8_t rssi_value;
+ int16_t rssi_value;
204
205
206
* Automated frequency correction value.
@@ -333,7 +333,7 @@ typedef struct radio_lora_packet_handler {
333
334
* RSSI value in dBm for the received packet.
335
336
337
338
339
* Size of the transmitted or received packet.
0 commit comments