Update chapter solution with packet format
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
9a9115bf1b
commit
2c66a18f0e
5 changed files with 44 additions and 2 deletions
14
thesis.bib
14
thesis.bib
|
@ -40,3 +40,17 @@
|
|||
url = "https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API",
|
||||
urldate = "2022-10-26"
|
||||
}
|
||||
|
||||
@online {LoRaPacketFormat,
|
||||
author = "Robert Lie",
|
||||
title = "LoRa Packet Format, Time on Air and Adaptive Data Rate",
|
||||
year = "2018",
|
||||
url = "https://www.mobilefish.com/download/lora/lora_part17.pdf",
|
||||
urldate = "2022-11-02"
|
||||
}
|
||||
|
||||
@manual{Bluetooth,
|
||||
organization = "Bluetooth SIG",
|
||||
title = "Bluetooth Specification Version 4.2 [Vol 0]",
|
||||
year = "2014",
|
||||
}
|
||||
|
|
Reference in a new issue