mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2024-10-31 22:28:49 +00:00
add note about help chapter
This commit is contained in:
parent
0f0ed9647c
commit
6460862243
1 changed files with 2 additions and 0 deletions
|
@ -23,3 +23,5 @@ The Dongle will respond differently depending on the length of the incoming pack
|
|||
- On packets of any other length the Dongle will respond with the string `correct` if it received the decrypted string, otherwise it will respond with the `incorrect` string.
|
||||
|
||||
The Dongle will always respond with packets that are valid UTF-8 so you can use `str::from_utf8` on the response packets.
|
||||
|
||||
See the next chapter for solving stragies and help.
|
Loading…
Reference in a new issue