Update chapter solution with packet format
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2022-11-02 23:13:49 +01:00
parent 9a9115bf1b
commit 2c66a18f0e
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
5 changed files with 44 additions and 2 deletions

View file

@ -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",
}