Skip to content

Commit b239fb3

Browse files
committed
version bump and notice about changes in README
1 parent 1a2b111 commit b239fb3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@ There's this Chinese company named Heltec, and they make a cool little developme
1212

1313
This library allows you to use that time to instead play with this cool board. The examples are tested, and this library assumes that for all things sub-GHz, you want to use the popular RadioLib.
1414

15+
*As for the name: if I had to name it today, this library would be called "Heltec Unofficial", which is the name of the include file. I named it after one of the names of the first of the currently supported boards. Library names are hard to change, so the name is what it is.*
16+
1517
 
1618

19+
> [!NOTE]
20+
> Some larger changes have happened: among other things the library now depends on (which means it auto-installs) RadioLib and the display library. The name of the include file also changed from `heltec.h` to `heltec_unofficial.h` so that you can have it installed alongside the library made by heltec itself. Make sure you update existing code to reflect this change.
21+
1722
<hr>
1823

1924
## The great Heltec board confusion

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Heltec_ESP32_LoRa_v3
2-
version=0.7.0
2+
version=0.8.0
33
author=Rop Gonggrijp <rop@gonggri.jp>
44
maintainer=Rop Gonggrijp <rop@gonggri.jp>
55
sentence=Proper working library for "Heltec ESP32 LoRa v3" and "Heltec Wireless Stick v3" boards.

0 commit comments

Comments
 (0)