We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3dd092 commit 1ca1cb1Copy full SHA for 1ca1cb1
2 files changed
library.json
@@ -10,7 +10,7 @@
10
"name": "Heltec Automation(TM)",
11
"email": "support@heltec.cn"
12
},
13
- "version": "2.1.3",
+ "version": "2.1.4",
14
"frameworks": "arduino",
15
"platforms": "espressif32"
16
}
library.properties
@@ -1,5 +1,5 @@
1
name=Heltec ESP32 Dev-Boards
2
-version=2.1.3
+version=2.1.4
3
author= Heltec Automation
4
maintainer=HelTec <support@heltec.cn>
5
sentence=Library for Heltec ESP32 (or ESP32+LoRa) based boards
@@ -10,4 +10,4 @@ architectures=esp32
includes=heltec.h
precompiled=true
ldflags=-llorawan
-depends=Adafruit GFX Library
+depends=Adafruit GFX Library, Adafruit BusIO
0 commit comments