diff --git a/README.md b/README.md index 8385273..5a00e94 100644 --- a/README.md +++ b/README.md @@ -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 (:: \ No newline at end of file +``` \ No newline at end of file