diff --git a/SystemControl/build/debug/README.md b/SystemControl/build/debug/README.md index aa600a6..29a7432 100644 --- a/SystemControl/build/debug/README.md +++ b/SystemControl/build/debug/README.md @@ -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) diff --git a/SystemControl/build/debug/package.json b/SystemControl/build/debug/package.json index 23a56f6..b35f384 100644 --- a/SystemControl/build/debug/package.json +++ b/SystemControl/build/debug/package.json @@ -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"], diff --git a/SystemControl/build/release/SystemControl.zip b/SystemControl/build/release/SystemControl.zip index 62b2639..a7eeb3f 100644 Binary files a/SystemControl/build/release/SystemControl.zip and b/SystemControl/build/release/SystemControl.zip differ diff --git a/SystemControl/package.json b/SystemControl/package.json index 23a56f6..b35f384 100644 --- a/SystemControl/package.json +++ b/SystemControl/package.json @@ -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"], diff --git a/packages.json b/packages.json index 825a351..42b3909 100644 --- a/packages.json +++ b/packages.json @@ -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" }, {