1 parent ab82e45 commit 9c94a7dCopy full SHA for 9c94a7d
1 file changed
platformio.ini
@@ -31,13 +31,7 @@ lib_deps_external =
31
; and the webserver builtin to the espressif SDKs define.
32
WiFiManager=https://github.com/sidoh/WiFiManager#async_support
33
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
+ GxEPD2=https://github.com/ZinggJM/GxEPD2#1.2.3
41
extra_scripts =
42
pre:scripts/platformio/build_web.py
43
post:scripts/platformio/build_full_image.py
0 commit comments