From b759368e47b1c9af0d85ee5e5da15f7fbf67bc7f Mon Sep 17 00:00:00 2001 From: Lars Dannijs Date: Tue, 16 Jul 2024 16:12:09 +0200 Subject: [PATCH] doc: Add company --- doc/content/devices/models/lilygo-lora32/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/content/devices/models/lilygo-lora32/index.md b/doc/content/devices/models/lilygo-lora32/index.md index 20fba3e7c4..e0174481d5 100644 --- a/doc/content/devices/models/lilygo-lora32/index.md +++ b/doc/content/devices/models/lilygo-lora32/index.md @@ -1,12 +1,12 @@ --- -title: "LilyGo LoRa32" +title: "LILYGO LoRa32" description: "" weight: --- {{< figure src="lora32.png" alt="" class="float plain" width="80%">}} -The [LoRa32 V2.1_1.6](https://www.lilygo.cc/products/lora3) is a development board with an ESP32 and a Semtech SX1276 transceiver. It features an OLED screen, Micro SD card slot and a JST GH for connecting a Li-Po battery. +The [LILYGO LoRa32 V2.1_1.6](https://www.lilygo.cc/products/lora3) is a development board with an ESP32 and a Semtech SX1276 transceiver. It features an OLED screen, Micro SD card slot and a JST GH for connecting a Li-Po battery. In order to program the board we need to make use of of the [RadioLib](https://github.com/jgromes/RadioLib) library. This is a universal Arduino library created for radio modules (such as LoRa).