sandeepmistry / arduino-LoRa

An Arduino library for sending and receiving data using LoRa radios.
MIT License
1.6k stars 621 forks source link

change unit of txPower from dB to dBm in API.md #658

Open robinfru opened 10 months ago

robinfru commented 10 months ago

According to line 148 of the LoRa.cpp file, correct the API tx power documentation.

Source : https://github.com/sandeepmistry/arduino-LoRa/blob/47d7f7793246df9444cc996ceb83567145764cbe/src/LoRa.cpp#L148