mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2024-10-31 22:28:49 +00:00
Fix loopback program output
This commit is contained in:
parent
586591f8de
commit
ac3a6644a9
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
(..)
|
||||
```
|
||||
|
||||
|
|
|
@ -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)
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue