mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-02-11 14:32:48 +01:00
fix temperature display bug
This commit is contained in:
parent
bd6c02637d
commit
f3a8f5cec9
File diff suppressed because one or more lines are too long
@ -13,7 +13,7 @@
|
|||||||
"dependencies": [
|
"dependencies": [
|
||||||
"Antunnel@0.1.8-a"
|
"Antunnel@0.1.8-a"
|
||||||
],
|
],
|
||||||
"version":"0.1.8-a",
|
"version":"0.1.9-a",
|
||||||
"category":"Other",
|
"category":"Other",
|
||||||
"iconclass":"fa fa-android",
|
"iconclass":"fa fa-android",
|
||||||
"mimes":["none"],
|
"mimes":["none"],
|
||||||
|
Binary file not shown.
@ -131,7 +131,7 @@ class SystemControl extends this.OS.application.BaseApplication
|
|||||||
{ time: now, y: (data.cpu_temp / 1000.0).toFixed(2)},
|
{ time: now, y: (data.cpu_temp / 1000.0).toFixed(2)},
|
||||||
{ time: now, y: (data.gpu_temp / 1000.0).toFixed(2)}
|
{ time: now, y: (data.gpu_temp / 1000.0).toFixed(2)}
|
||||||
]
|
]
|
||||||
@streamline "temp", temp_data, [0,], ["CPU temp (C)", "GPU temp (C)"]
|
@streamline "temp", temp_data, [0,100], ["CPU temp (C)", "GPU temp (C)"]
|
||||||
|
|
||||||
battery_range = [
|
battery_range = [
|
||||||
(data.battery_min_voltage / 1000.0).toFixed(2),
|
(data.battery_min_voltage / 1000.0).toFixed(2),
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
"dependencies": [
|
"dependencies": [
|
||||||
"Antunnel@0.1.8-a"
|
"Antunnel@0.1.8-a"
|
||||||
],
|
],
|
||||||
"version":"0.1.8-a",
|
"version":"0.1.9-a",
|
||||||
"category":"Other",
|
"category":"Other",
|
||||||
"iconclass":"fa fa-android",
|
"iconclass":"fa fa-android",
|
||||||
"mimes":["none"],
|
"mimes":["none"],
|
||||||
|
@ -265,8 +265,8 @@
|
|||||||
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/SystemControl/README.md",
|
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/SystemControl/README.md",
|
||||||
"category": "Other",
|
"category": "Other",
|
||||||
"author": "",
|
"author": "",
|
||||||
"version": "0.1.8-a",
|
"version": "0.1.9-a",
|
||||||
"dependencies": ["Antunnel@0.1.8-a"],"version":"0.1.8-a","category":"Other","iconclass":"fafa-android","mimes":["none"],
|
"dependencies": ["Antunnel@0.1.8-a"],"version":"0.1.9-a","category":"Other","iconclass":"fafa-android","mimes":["none"],
|
||||||
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/SystemControl/build/release/SystemControl.zip"
|
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/SystemControl/build/release/SystemControl.zip"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user