Skip to content

Releases: ropg/heltec_esp32_lora_v3

v0.9.2

30 Sep 18:19
Compare
Choose a tag to compare

LoRaWAN_TTN example now works with RadioLib >= 7.0.0

v0.9.1

04 Jun 22:00
Compare
Choose a tag to compare

Works with RadioLib 6.6.0 for LoRaWAN

v0.9.0

20 May 10:02
Compare
Choose a tag to compare
  • ESP32 chip temperature sensor and LED code now work correctly with ESP32 Arduino v3.0.0
  • Board setup procedure in README now uses Heltec's board definition

v0.8.2

13 May 06:00
Compare
Choose a tag to compare

Fixed spectrum analyzer example

v0.8.1

28 Apr 07:02
Compare
Choose a tag to compare
  • Fixed bug that would lead to incorrect deep sleep durations (thanks @gradew)
  • Counter in TTN example now works
  • Fixed display/SimpleDemo

No more built-in forks

21 Apr 10:00
Compare
Choose a tag to compare
  • RadioLib and the display library now dependencies.
  • Example for LoRaWAN_TTN now uses my LoRaWAN_ESP library
  • LED PWM now works both on v2.x and v3.0 ESP32 Arduino versions

heltec.h -> heltec_unofficial.h

18 Apr 19:42
Compare
Choose a tag to compare
  • New way of installing our own board definitions
  • Now coexists with official libraries by Heltec because heltec.h is now heltec_unofficial.h
  • Everything updated to reflect that change

Added support for Wireless Stick Lite v3

20 Mar 15:45
Compare
Choose a tag to compare

v0.5.0

16 Mar 19:49
Compare
Choose a tag to compare
  • Now has companion board definitions repository
  • Updated to latest RadioLib
  • Added complete LoRaWAN / The Things Network sensor example
  • Fixes to display library print functionality (changes upstreamed also)
  • HotButton now a dependency, not included in here
  • Quick Reference section added to README
  • Many other README improvements

v0.4.0

11 Mar 18:00
Compare
Choose a tag to compare
Bumped version to 0.4.0

* Support for Wireless Stick
* Improved display driver Print device
* More capable HotButton instead of PinButton