diff --git a/README.md b/README.md index f9f2b49..bfe010f 100644 --- a/README.md +++ b/README.md @@ -253,8 +253,8 @@ Contact: c5n AT posteo DOT de - [ ] openhab_ui: Auto back to homescreen after timeout - [ ] openhab_ui: Prefer widget label text instead of item label text - [ ] openhab_ui: Add secured sections with PIN protection -- [ ] openhab_ui: Improve selection, setpoint and slider elements -- [ ] ac: Improve OTA firmware update +- [x] openhab_ui: Improve selection, setpoint and slider elements +- [x] ac: Improve OTA firmware update --> batchupdate.sh - [ ] main: Show portal active icon - [ ] openhab_ui: Add theme support - [ ] main: Add screen calibration @@ -264,3 +264,13 @@ Contact: c5n AT posteo DOT de ## License [GNU General Public License v3.0](LICENSE.md) + +## Greetings to 3rd party projects and libraries +This project was created using the following projects and libraries. A big thank you to all of them and the ones I missed: + +- https://platformio.org/ +- https://lvgl.io/ +- https://arduinojson.org/ +- https://github.com/Hieromon/AutoConnect +- https://github.com/Bodmer/TFT_eSPI +- https://github.com/YiannisBourkelis/Uptime-Library diff --git a/platformio.ini b/platformio.ini index ac62084..87f1317 100644 --- a/platformio.ini +++ b/platformio.ini @@ -19,7 +19,6 @@ lib_deps = Adafruit BME280 Library @ 2.1.2 ArduinoJson @ 6.17.2 AutoConnect @ 1.1.7 - ESP32-TFT_eSPI @ 2.2.23 yiannisbourkelis/Uptime Library @ ^1.0.0 bodmer/TFT_eSPI @ 2.3.58