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
ff8e0f1a
Commit
ff8e0f1a
authored
Oct 20, 2016
by
Mikhail Karpenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove debug code for nocompass parameter
parent
ed26a679
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
start_gps_compass.php
src/start_gps_compass.php
+0
-9
No files found.
src/start_gps_compass.php
View file @
ff8e0f1a
...
@@ -71,7 +71,6 @@ if (isset ( $b_index [103696] )) {
...
@@ -71,7 +71,6 @@ if (isset ( $b_index [103696] )) {
$baud
==
'auto'
;
$baud
==
'auto'
;
}
}
// exit (0);
$wait_time
=
20
;
// wait for $wait_time if both devices were not found, retry
$wait_time
=
20
;
// wait for $wait_time if both devices were not found, retry
$compass
=
null
;
$compass
=
null
;
$GPS
=
null
;
$GPS
=
null
;
...
@@ -152,14 +151,6 @@ if (isset ( $logger_config )) {
...
@@ -152,14 +151,6 @@ if (isset ( $logger_config )) {
$noGPS
=
(
$compass
||
$GPS
)
?
""
:
"noGPS"
;
$noGPS
=
(
$compass
||
$GPS
)
?
""
:
"noGPS"
;
$nocompass
=
(
$compass
)
?
""
:
"nocompass"
;
$nocompass
=
(
$compass
)
?
""
:
"nocompass"
;
// Just debugging:
$nocompass
=
""
;
/*
* Actually there is a problem - when compass is disabled, imgsrv incorrectly decodes meta (image number, sensor number)
* Even if re-srated after running exif.php
*/
$cmd
=
$exif_php
.
" init
$noGPS
$nocompass
"
;
$cmd
=
$exif_php
.
" init
$noGPS
$nocompass
"
;
if
(
$verbose
)
if
(
$verbose
)
echo
"Initializing Exif template:
$cmd
\n
"
;
echo
"Initializing Exif template:
$cmd
\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