File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "folders" : [
3+ {
4+ "path" : " ."
5+ }
6+ ],
7+ "settings" : {
8+ "files.associations" : {
9+ "ble_global.h" : " c" ,
10+ "ble_hs.h" : " c" ,
11+ "robusto_time.h" : " c" ,
12+ "tst_ble_message_sending.h" : " c" ,
13+ "robusto_logging.h" : " c" ,
14+ "robusto_message.h" : " c"
15+ }
16+ }
17+ }
Original file line number Diff line number Diff line change 1- version : " 1.2.0 "
1+ version : " 1.2.2 "
22description : " Robusto framework"
33url : " https://github.com/RobustoFramework"
44repository : " https://github.com/RobustoFramework/Robusto.git"
Original file line number Diff line number Diff line change 11{
22 "name" : " robusto" ,
3- "version" : " 1.2.0 " ,
3+ "version" : " 1.2.5 " ,
44 "description" : " The Robusto framework." ,
55 "keywords" : " framework, microcontrollers" ,
66 "repository" : {
1717 ],
1818 "license" : " BSD-2-Clause" ,
1919 "homepage" : " https://robustoframework.github.io/Robusto/index.html" ,
20- "dependencies" : {
21- "esp_modem" : " https://github.com/RobustoFramework/Robusto/releases/download/v1.0.0/esp_modem_1.1.0.zip" ,
22- "RadioLib" : " https://github.com/jgromes/RadioLib.git#6.4.2" ,
23- "lvgl/lvgl" : " ~8.3.0" ,
24- "esp_lvgl_port" : " https://github.com/RobustoFramework/Robusto/releases/download/v1.0.0/esp_lvgl_port_1.4.0.zip"
25- },
20+ "dependencies" : [
21+ {
22+ "name" : " esp_modem" ,
23+ "version" : " https://github.com/RobustoFramework/Robusto/releases/download/v1.0.0/esp_modem_1.1.0.zip" ,
24+ "platforms" : [" espressif32" ]
25+ },
26+ {
27+ "name" : " lvgl/lvgl" ,
28+ "version" : " ~8.3.0" ,
29+ "platforms" : [" espressif32" ]
30+
31+ },
32+ {
33+ "name" : " esp_lvgl_port" ,
34+ "version" : " https://github.com/RobustoFramework/Robusto/releases/download/v1.0.0/esp_lvgl_port_1.4.0.zip" ,
35+ "platforms" : [" espressif32" ]
36+
37+ },
38+ {
39+ "name" : " RadioLib" ,
40+ "version" : " jgromes/RadioLib@^6.6.0" ,
41+ "platforms" : [" espressif32" ]
42+
43+ }
44+ ],
2645 "frameworks" : " *" ,
2746 "platforms" : " *" ,
47+ "export" : {
48+ "include" : [
49+ " components/robusto/*" ,
50+ " examples/*" ,
51+ " library.json" ,
52+ " README.md"
53+ ]
54+ },
2855 "examples" : [
2956 {
3057 "name" : " Camera" ,
94121 }
95122 ],
96123 "build" : {
97- "srcDir" : " components/robusto"
124+ "srcDir" : " components/robusto" ,
125+ "includeDir" : " components/robusto/include"
98126 }
99127}
You can’t perform that action at this time.
0 commit comments