mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9955a35c63
The RSSI values reported by LoRa transceiver can be less than -127. Therefore, `int8_t` is not enough. This commit defines the RSSI of `netdev_lora_rx_info` as `int16_t` and adapt the drivers accordingly (sx126x, sx127x). |
||
---|---|---|
.. | ||
include | ||
Kconfig | ||
Makefile | ||
Makefile.dep | ||
Makefile.include | ||
sx126x_netdev.c | ||
sx126x.c |