Skip to content

Commit 9c94a7d

Browse files
committed
Try using github syntax for GxEPD2 -- travis build was failing w/ version syntax
1 parent ab82e45 commit 9c94a7d

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

platformio.ini

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,7 @@ lib_deps_external =
3131
; and the webserver builtin to the espressif SDKs define.
3232
WiFiManager=https://github.com/sidoh/WiFiManager#async_support
3333

34-
; Using a forked version because maintainer does not wish to add a partial
35-
; update method which also flushes the whole buffer, as some modules don't
36-
; support this.
37-
;
38-
; Context: https://github.com/ZinggJM/GxEPD2/pull/18
39-
; sidoh/GxEPD2#partial_display
40-
GxEPD2@1.2.3
34+
GxEPD2=https://github.com/ZinggJM/GxEPD2#1.2.3
4135
extra_scripts =
4236
pre:scripts/platformio/build_web.py
4337
post:scripts/platformio/build_full_image.py

0 commit comments

Comments
 (0)