ropg / heltec_esp32_lora_v3

Proper working Arduino library for the Heltec ESP32 LoRa v3 board, as well as for Wireless Stick v3 and Wireless Stick Lite v3. Uses RadioLib
MIT License
373 stars 22 forks source link

[TYPO] Wrong link to RTC EEPROM in README.md #4

Closed Velocet closed 8 months ago

Velocet commented 8 months ago

Don't wanna fork everything for just a typo ;)

https://github.com/ropg/heltec_esp32_lora_v3/blob/main/README.md?plain=1#L57

I only have the v2 version but it's good to see someone else also hates HelTecs documentation...

ropg commented 8 months ago

Eh.. Sorry... I must be missing what the typo is...

C3PHLOP0D commented 8 months ago

The typo - the URL linked is bad. It is missing a / after the .com.

https://github.com.ropg/ESP32_RTC_EEPROM

ropg commented 8 months ago

Ah, I get what happened. The message included a link to a specific line, which only said #include <heltec.h>. So I couldn't see what was wrong with that. When you sent it, that line probably contained the offending typo. Silly GitHub.

Fixed. Thanks!