[SX127x] Fixed units in example

This commit is contained in:
jgromes 2019-09-28 10:29:49 +02:00
parent cd169056b1
commit c4d9fe3a37
2 changed files with 2 additions and 2 deletions

View file

@ -88,7 +88,7 @@ void loop() {
// of the last received packet
Serial.print(F("[SX1278] SNR:\t\t\t"));
Serial.print(lora.getSNR());
Serial.println(F(" dBm"));
Serial.println(F(" dB"));
// print frequency error
// of the last received packet

View file

@ -135,7 +135,7 @@ void loop() {
// print SNR (Signal-to-Noise Ratio)
Serial.print(F("[SX1278] SNR:\t\t"));
Serial.print(lora.getSNR());
Serial.println(F(" dBm"));
Serial.println(F(" dB"));
// print frequency error
Serial.print(F("[SX1278] Frequency error:\t"));