Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-web-393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel-web-393
Commits
7712de7a
Commit
7712de7a
authored
Dec 13, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fix
parent
af54c7cf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
eyesis4pi_interface.php
src/eyesis4pi/eyesis4pi_interface.php
+9
-1
No files found.
src/eyesis4pi/eyesis4pi_interface.php
View file @
7712de7a
...
...
@@ -57,7 +57,15 @@ switch($cmd){
}
}
else
{
//read camogm.disk file
$sda2
=
""
;
//tmp
$devices
=
get_raw_dev
();
foreach
(
$devices
as
$device
=>
$size
){
//size in MB
if
(
$device
==
"/dev/sda2"
)
{
$sda2
=
round
(
$size
/
1048576
,
2
);
$sda2
.=
"G"
;
}
}
}
respond_xml
(
"
{
$sda1
}
{
$sda2
}
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment