From 0b422201002ec1c289370687695a324743cc2358 Mon Sep 17 00:00:00 2001 From: Thomas <3169-thomas@users.noreply.code.briarproject.org> Date: Thu, 6 Oct 2022 21:18:27 +0000 Subject: [PATCH] more descriptions --- README.md | 2 ++ testapp/README | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 testapp/README diff --git a/README.md b/README.md index 0d62d58..9cb0e48 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ Warning: This code uses the 433,5 MHz as well as other potentially country-specific settings. Lookup if this is allowed in your country and change the details in src/PinedioLoraRadio.cpp! +This is a heavily modified fork from https://codeberg.org/JF002/pinedio-lora-driver . + # Board-Docs [LoRa USB adapter](https://wiki.pine64.org/wiki/Pinedio#USB_adapter) [Pinephone backplate](https://wiki.pine64.org/wiki/Pinedio#Pinephone_backplate). diff --git a/testapp/README b/testapp/README new file mode 100644 index 0000000..f88abcc --- /dev/null +++ b/testapp/README @@ -0,0 +1,4 @@ +main: sends a Message and then constantly waits for messages +Tx: constantly sends messages + +Call the executables: LD_LIBRARY_PATH=../src/ ./main -- GitLab