Skip to content

Commit 1dec166

Browse files
committed
Release: version 2.1.0
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
1 parent 4a0cd43 commit 1dec166

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

library.json

+2-7
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
"url": "https://github.com/DmytroKorniienko/EmbUI.git"
2727
},
2828
"platforms": ["espressif8266"],
29-
"version": "2.0.1",
29+
"version": "2.1.0",
3030
"dependencies": {
3131
"bblanchon/ArduinoJson": "*",
3232
"AsyncWebServer-mod": "https://github.com/DmytroKorniienko/ESPAsyncWebServer",
3333
"marvinroger/AsyncMqttClient": "*"
3434
},
3535
"build": {
3636
"flags": [
37-
"-DEMBUIVER=2.0.1",
37+
"-DEMBUIVER=2.1.0",
3838
"-DCONFIG_LITTLEFS_FOR_IDF_3_2"
3939
],
4040
"srcDir": "EmbUI"
@@ -54,11 +54,6 @@
5454
"src/uistrings.h",
5555
"README.md"
5656
]
57-
},
58-
{
59-
"name": "Blink",
60-
"base": "examples/blink",
61-
"files": ["blink.cpp", "blink.h"]
6257
}
6358
]
6459
}

0 commit comments

Comments
 (0)