]> git.tnoah.ca Git - lora-radio.git/commitdiff
Correct Heltec V3 modem type
authorjacob.eva <x00010@disroot.org>
Tue, 11 Jun 2024 08:38:06 +0000 (09:38 +0100)
committerjacob.eva <x00010@disroot.org>
Tue, 11 Jun 2024 08:38:06 +0000 (09:38 +0100)
Documentation/BUILDING.md
README.md

index 92fd9eac1308e5e1a0ba260c0ff871ab643184ad..e1381b74e35662d860da82be71d6b79691d99179 100644 (file)
@@ -13,7 +13,7 @@ Firstly, figure out which MCU platform your supported board is based on. The tab
 | LilyGO LoRa32 v2.0 | No link | SX1276/8 | ESP32 | Discontinued? |
 | LilyGO LoRa32 v2.1 |  [Buy here](https://www.lilygo.cc/products/lora3) | SX1276/8 | ESP32 | With and without TCXO |
 | Heltec LoRa32 v2 | No link | SX1276/8 | ESP32 | Discontinued? |
-| Heltec LoRa32 v3 | [Buy here](https://heltec.org/project/wifi-lora-32-v3/) | SX1276/8 | ESP32 | 
+| Heltec LoRa32 v3 | [Buy here](https://heltec.org/project/wifi-lora-32-v3/) | SX1262 | ESP32 | 
 | Homebrew ESP32 boards | | Any supported | ESP32 | This can be any board with an Adafruit Feather (or generic) ESP32 chip |
 
 ### ESP32
index 73e8cc192a2697f4a7dfd3a38acccbc78601e23a..8b3b1f792bcf3ee3cb134fd14f82673f156616f4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ You must have at least version `2.1.3` of `rnodeconf` installed to update the RN
 | LilyGO LoRa32 v2.0 | No link | SX1276/8 | ESP32 | Discontinued? |
 | LilyGO LoRa32 v2.1 |  [Buy here](https://www.lilygo.cc/products/lora3) | SX1276/8 | ESP32 | With and without TCXO |
 | Heltec LoRa32 v2 | No link | SX1276/8 | ESP32 | Discontinued? |
-| Heltec LoRa32 v3 | [Buy here](https://heltec.org/project/wifi-lora-32-v3/) | SX1276/8 | ESP32 | 
+| Heltec LoRa32 v3 | [Buy here](https://heltec.org/project/wifi-lora-32-v3/) | SX1262 | ESP32 | 
 | Homebrew ESP32 boards | | Any supported | ESP32 | This can be any board with an Adafruit Feather (or generic) ESP32 chip |
 
 It's easy to create your own RNodes from one of the supported development boards and devices. If a device or board you want to use is not yet supported, you are welcome to [join the effort](Documentation/CONTRIBUTING.md) and help create a board definition and pin mapping for it!