From be4c5fe9d5aed6685a871ccb71ec6e13b08a51ed Mon Sep 17 00:00:00 2001 From: hamblingreen Date: Mon, 14 Nov 2022 00:42:16 +0100 Subject: [PATCH 1/2] add link to aur package --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 28d56c1..70eb281 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,8 @@ This project is at its very beginning. There are still a lot of unnecessary `sle The test application (usb-communicator and pinephone-communicator) are also in a very early stage of development. They are already able to print all data received on the LoRa radio and to send messages from the standard input. +This project has been packaged for Arch Linux on the AUR [here](https://aur.archlinux.org/pinedio-lora-driver.git) by [hamblingreen](https:/aur.archlinux.org/account/hamblingreen). + ### TODO - [ ] Remove unnecessary `sleep()` - [ ] Remove hard-coded configuration in the driver, add API to configure the driver From 737a21e2cdc2302d4f7dda076b035f38acb024d9 Mon Sep 17 00:00:00 2001 From: hamblingreen Date: Tue, 15 Nov 2022 03:02:21 +0100 Subject: [PATCH 2/2] fix link to aur package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70eb281..03c8b50 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ This project is at its very beginning. There are still a lot of unnecessary `sle The test application (usb-communicator and pinephone-communicator) are also in a very early stage of development. They are already able to print all data received on the LoRa radio and to send messages from the standard input. -This project has been packaged for Arch Linux on the AUR [here](https://aur.archlinux.org/pinedio-lora-driver.git) by [hamblingreen](https:/aur.archlinux.org/account/hamblingreen). +This project has been packaged for Arch Linux on the AUR [here](https://aur.archlinux.org/packages/pinedio-lora-driver-git) by [hamblingreen](https:/aur.archlinux.org/account/hamblingreen). ### TODO - [ ] Remove unnecessary `sleep()`