Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tammo Jan Dijkema
dt_ctrl
Commits
6eb8a0c7
Commit
6eb8a0c7
authored
Nov 28, 2013
by
Jeroen Vreeken
Browse files
Fix new trace names
parent
372edc9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
console/htdocs/mech.html
View file @
6eb8a0c7
...
...
@@ -555,7 +555,7 @@ Azimuth_Enabled_trace = new trace();
trace_bool
(
'
Azimuth_Enabled
'
,
Azimuth_Enabled_trace
);
Azimuth_External_Enable_trace
=
new
trace
();
trace_bool
(
'
dt_az.external_enable
'
,
Azimuth_Enable_trace
);
trace_bool
(
'
dt_az.external_enable
'
,
Azimuth_
External_
Enable_trace
);
Azimuth_Drive_Safety_p270_trace
=
new
trace
();
trace_bool
(
'
Azimuth_Drive_Safety_p270
'
,
Azimuth_Drive_Safety_p270_trace
);
...
...
@@ -587,7 +587,7 @@ trace_bool('Elevation_Enabled', Elevation_Enabled_trace);
Elevation_External_Enable_Right_trace
=
new
trace
();
trace_bool
(
'
dt_el_r.external_enable
'
,
Elevation_External_Enable_Right_trace
);
Elevation_External_Enable_trace
=
new
trace
();
Elevation_External_Enable_
Left_
trace
=
new
trace
();
trace_bool
(
'
dt_el_l.external_enable
'
,
Elevation_External_Enable_Left_trace
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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