We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8b288 commit 546a3b4Copy full SHA for 546a3b4
2 files changed
components/robusto/idf_component.yml
@@ -1,4 +1,4 @@
1
-version: "1.3.1"
+version: "2.1.0"
2
description: "Robusto framework"
3
url: "https://github.com/RobustoFramework"
4
repository: "https://github.com/RobustoFramework/Robusto.git"
@@ -9,7 +9,7 @@ dependencies:
9
espressif/esp_modem: "^1"
10
jgromes/radiolib: "^6.4"
11
# Screen support
12
- lvgl/lvgl: "^8"
+ lvgl/lvgl: "^9"
13
espressif/esp_lvgl_port: "^2"
14
espressif/esp_lcd_sh1107: "^1"
15
maintainers:
library.json
@@ -1,6 +1,6 @@
{
"name": "robusto",
- "version": "1.3.1",
+ "version": "2.1.0",
"description": "The Robusto framework.",
5
"keywords": "framework, microcontrollers",
6
"repository": {
@@ -25,7 +25,7 @@
25
},
26
27
"name": "lvgl/lvgl",
28
- "version": "~8.4.0",
+ "version": "~9.2.2",
29
"platforms": ["espressif32"]
30
31
0 commit comments