[SX127x] Fixed units in example
This commit is contained in:
parent
cd169056b1
commit
c4d9fe3a37
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"));
|
||||
|
|
Loading…
Add table
Reference in a new issue