Update lv_lib_png repo and gitsubmodules

This commit is contained in:
fvanroie 2021-06-03 16:36:03 +02:00
parent d345a34598
commit 4ebd010883
5 changed files with 3 additions and 28 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "lib/lv_lib_qrlodepng"]
path = lib/lv_lib_qrlodepng
url = https://github.com/littlevgl/lv_lib_lodepng

View File

@ -38,28 +38,6 @@ openHASP also adds ESP32 and STM32F4 support to take advantage of the additional
| PNG images | :x: no | :grey_question: tbd | :grey_question: tbd | PNG images | :x: no | :grey_question: tbd | :grey_question: tbd
| Network | :white_check_mark: Wifi | :white_check_mark: Wifi | :white_check_mark: Ethernet | Network | :white_check_mark: Wifi | :white_check_mark: Wifi | :white_check_mark: Ethernet
## Cloning
Make sure to add the `--recursive` parameter when cloning the project. Otherwise git will not download the required submodules in the `/lib` subdirectory.
```bash
git clone --recursive https://github.com/HASwitchPlate/openHASP
```
If you already cloned openHASP without the submodules, you can fetch the submodules seperately using:
```bash
git submodule update --init --recursive
```
To build a defierent branch use:
```bash
git clone --recursive https://github.com/HASwitchPlate/openHASP
cd openHASP
git checkout 0.4.0
git submodule update --init --recursive
```
## Getting Started ## Getting Started

View File

@ -150,7 +150,7 @@ lib_ignore =
lib_deps = lib_deps =
LittleFS_esp32 LittleFS_esp32
git+https://github.com/lvgl/lv_lib_png.git#7ff6168764893d658375a9c3173337506ff4eb1b git+https://github.com/lvgl/lv_lib_png.git#release/v7
ps_ram = ps_ram =
-DBOARD_HAS_PSRAM -DBOARD_HAS_PSRAM

View File

@ -61,7 +61,7 @@ lib_deps =
https://github.com/eclipse/paho.mqtt.c.git https://github.com/eclipse/paho.mqtt.c.git
bblanchon/ArduinoJson@^6.17.2 ; Json(l) parser bblanchon/ArduinoJson@^6.17.2 ; Json(l) parser
https://github.com/fvanroie/lv_drivers https://github.com/fvanroie/lv_drivers
git+https://github.com/lvgl/lv_lib_png.git#7ff6168764893d658375a9c3173337506ff4eb1b git+https://github.com/lvgl/lv_lib_png.git#release/v7
lib_ignore = lib_ignore =
paho paho

View File

@ -83,7 +83,7 @@ lib_deps =
https://github.com/eclipse/paho.mqtt.c.git https://github.com/eclipse/paho.mqtt.c.git
bblanchon/ArduinoJson@^6.17.2 ; Json(l) parser bblanchon/ArduinoJson@^6.17.2 ; Json(l) parser
https://github.com/fvanroie/lv_drivers https://github.com/fvanroie/lv_drivers
git+https://github.com/lvgl/lv_lib_png.git#7ff6168764893d658375a9c3173337506ff4eb1b git+https://github.com/lvgl/lv_lib_png.git#release/v7
lib_ignore = lib_ignore =
paho paho