Skip to content

Commit eda88a0

Browse files
committed
add version file
1 parent f41a949 commit eda88a0

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.vscode/sftp.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "Radxa Zero 3E",
3+
"host": "10.0.1.14",
4+
"protocol": "sftp",
5+
"port": 22,
6+
"username": "root",
7+
"remotePath": "/root/workspace/py_config_gs",
8+
"uploadOnSave": false,
9+
"useTempFile": false,
10+
"openSsh": false
11+
}

notes.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* Pixelpilot updates
2+
sudo service openipc stop # sudo systemctl start openipc.service
3+
sudo curl -fsSL https://github.com/OpenIPC/PixelPilot_rk/releases/download/latest/pixelpilot -o /usr/local/bin/pixelpilot
4+
sudo chmod +x /usr/local/bin/pixelpilot

py_config_gs/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.5
1+
1.0.5

0 commit comments

Comments
 (0)