Update file README.md

This commit is contained in:
2025-01-28 20:50:27 +00:00
parent a410b03909
commit e23dca5964

View File

@@ -1,6 +1,8 @@
# Hello_World_RadioLib_Heltec-V3_SX1262
Hello World example code for the new Heltec WiFi LoRa 32 (V3) board with LoRa SX1262 chip
Forked from https://github.com/JJJS777/Hello_World_RadioLib_Heltec-V3_SX1262 and all credits goes to https://github.com/JJJS777
## Setup
I use, as metioned, the [Heltec WiFi LoRa 32 (V3)](https://heltec.org/project/wifi-lora-32-v3/) and vsc with the platformio plugin.
My PlatformIO Configuration looks like this and can be found [her](platformio.ini).
@@ -62,6 +64,4 @@ NRST pin: 3 (rst pin)
BUSY pin: 9 (gpio Pin)
SX1262 radio = new Module(10, 2, 3, 9);
Module(cs, irq, rst, gpio)
```
hmu if you have any questions, maybe i can help (::
```