Fix loopback program output

This commit is contained in:
Jonas Schievink 2020-07-13 17:07:24 +02:00
parent 586591f8de
commit ac3a6644a9
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ If you run the `serial-term` application you should see the following output:
``` console
$ serial-term
deviceid=588c06af0877c8f2 channel=20 TxPower=+8dBm
deviceid=588c06af0877c8f2 channel=20 TxPower=+8dBm app=loopback.hex
(..)
```

View file

@ -8,7 +8,7 @@ First run the program as it is. You should new output in the output of the `seri
``` console
$ serial-term
deviceid=588c06af0877c8f2 channel=20 TxPower=+8dBm
deviceid=588c06af0877c8f2 channel=20 TxPower=+8dBm app=loopback.hex
received 5 bytes (LQI=49)
```