mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
fix version number missmatch
This commit is contained in:
parent
3262516d97
commit
d8f999749a
@ -2,7 +2,8 @@
|
||||
|
||||
System monitoring is a part of my ROS Based robot software system.
|
||||
|
||||
It allows to dislay the robot system info mation on Antos application
|
||||
It allows to display the robot resource infomation (such as battery, network, CPU load, memory load, etc.) on Antos application
|
||||
via the Antunnel service
|
||||
|
||||
![https://raw.githubusercontent.com/lxsang/antosdk-apps/master/SystemControl/screenshot.png](https://raw.githubusercontent.com/lxsang/antosdk-apps/master/SystemControl/screenshot.png)
|
||||
|
||||
|
@ -11,9 +11,9 @@
|
||||
"email": ""
|
||||
},
|
||||
"dependencies": [
|
||||
"Antunnel@0.1.9-a"
|
||||
"Antunnel@0.1.8-a"
|
||||
],
|
||||
"version":"0.1.4-a",
|
||||
"version":"0.1.5-a",
|
||||
"category":"Other",
|
||||
"iconclass":"fa fa-android",
|
||||
"mimes":["none"],
|
||||
|
Binary file not shown.
@ -11,9 +11,9 @@
|
||||
"email": ""
|
||||
},
|
||||
"dependencies": [
|
||||
"Antunnel@0.1.9-a"
|
||||
"Antunnel@0.1.8-a"
|
||||
],
|
||||
"version":"0.1.4-a",
|
||||
"version":"0.1.5-a",
|
||||
"category":"Other",
|
||||
"iconclass":"fa fa-android",
|
||||
"mimes":["none"],
|
||||
|
@ -235,8 +235,8 @@
|
||||
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/SystemControl/README.md",
|
||||
"category": "Other",
|
||||
"author": "",
|
||||
"version": "0.1.4-a",
|
||||
"dependencies": ["Antunnel@0.1.9-a"],"version":"0.1.4-a","category":"Other","iconclass":"fafa-android","mimes":["none"],
|
||||
"version": "0.1.5-a",
|
||||
"dependencies": ["Antunnel@0.1.8-a"],"version":"0.1.5-a","category":"Other","iconclass":"fafa-android","mimes":["none"],
|
||||
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/SystemControl/build/release/SystemControl.zip"
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user