Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-apps-gps
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-apps-gps
Commits
4a35837c
Commit
4a35837c
authored
Jun 04, 2023
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
exif configuration with noGPS nocompass
parent
8ccf7727
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
imu_setup.php
src/imu_setup.php
+5
-2
No files found.
src/imu_setup.php
View file @
4a35837c
...
...
@@ -148,8 +148,11 @@ if (isset ( $_SERVER ["SERVER_PROTOCOL"] )) {
header
(
"Content-Length: "
.
strlen
(
$logger_xml_text
)
.
"
\n
"
);
header
(
"Pragma: no-cache
\n
"
);
printf
(
$logger_xml_text
);
}
else
echo
'OK'
;
}
else
echo
'OK'
;
$cmd
=
"/usr/html/exif.php init noGPS nocompass"
;
// if ($verbose)
echo
"Initializing Exif template:
$cmd
\n
"
;
exec
(
$cmd
);
exit
(
0
);
}
else
{
// echo "CGI\n";
...
...
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