Skip to content

Commit 4fb42e0

Browse files
committed
fix ci error
1 parent 80a56d9 commit 4fb42e0

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

.vscode/settings.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"MicroPython.executeButton": [
3+
{
4+
"text": "",
5+
"tooltip": "运行",
6+
"alignment": "left",
7+
"command": "extension.executeFile",
8+
"priority": 3.5
9+
}
10+
],
11+
"MicroPython.syncButton": [
12+
{
13+
"text": "$(sync)",
14+
"tooltip": "同步",
15+
"alignment": "left",
16+
"command": "extension.execute",
17+
"priority": 4
18+
}
19+
]
20+
}

peripherals/rosserial/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
"version": "kinetic-v1.0.0",
2727
"URL": "https://github.com/wuhanstudio/rt-rosserial.git",
2828
"filename": "rosserial-kinetic-1.0.0.zip",
29-
"VER_SHA": "8368e65b025fae86669faecd4a324eb8a037457b"
29+
"VER_SHA": ""
3030
},
3131
{
3232
"version": "melodic-v1.0.0",
3333
"URL": "https://github.com/wuhanstudio/rt-rosserial.git",
3434
"filename": "rosserial-melodic-1.0.0.zip",
35-
"VER_SHA": "762a758f61e773460f0657c44f7bc832106af0fc"
35+
"VER_SHA": ""
3636
},
3737
{
3838
"version": "kinetic-latest",

0 commit comments

Comments
 (0)