diff --git a/README.md b/README.md index 2f5f96d..f03046d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ We use the [Wemos® TTGO LORA32 868/915Mhz board][wemos]. ## Software We make use of the two MicroPython libraries [uPyLora by lemariva][lemariva] and [uLoRaWAN by mallagant][mallagant]. uPyLora is a driver for the SX1276 LoRa module which is connected to the ESP32. -uLoRaWAN is a library which creates LoRaWAN packages, which you can then send via LoRa to send data to [TheThingsNetwork][ttn]. +uLoRaWAN is a library which creates LoRaWAN packages, which you can then transfer via LoRa to send data to [TheThingsNetwork][ttn]. I added a wrapper class [LoRaTransceiver](micropython/lora_transceiver.py) which makes them a bit easier to use.