We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41a949 commit eda88a0Copy full SHA for eda88a0
.vscode/sftp.json
@@ -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
@@ -0,0 +1,4 @@
+* Pixelpilot updates
+sudo service openipc stop # sudo systemctl start openipc.service
+sudo curl -fsSL https://github.com/OpenIPC/PixelPilot_rk/releases/download/latest/pixelpilot -o /usr/local/bin/pixelpilot
+sudo chmod +x /usr/local/bin/pixelpilot
py_config_gs/version.txt
@@ -1 +1 @@
-1.0.5
+1.0.5
0 commit comments