From c504f3de6f05a8b660a3e5d3aff3e345fd41e474 Mon Sep 17 00:00:00 2001 From: sh123 Date: Fri, 26 Apr 2019 16:04:22 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7934f3e..9db3c00 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Tiny experimental amateur radio esp32 based LoRa APRSDroid bluetooth modem and i Can be used in two modes: - **as LoRa APRS client**, you need to use APRSDroid application, connect to the modem using bluetooth, data will be re-transmitted through the LoRA radio, this is similar to APRSDroid micromodem - https://unsigned.io/micromodem/, received data will be sent back to the APRSDroid using bluetooth -- **as a LoRa APRS iGate server**, which connects to your WiFI and forwards received LoRA APRS positions into the APRS-IS network, it also reports client signal level, by appending it into the APRS comment +- **as a LoRa APRS iGate server**, which connects to your WiFI and forwards received LoRA APRS positions into the APRS-IS network, it also reports client signal level, by appending it into the APRS comment, so you can see your signal reports in different locations # Software Dependencies - Arduino ESP32 library: https://github.com/espressif/arduino-esp32 library (install using arduino library manager)