Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Open-Cube FW
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Cube
Open-Cube FW
Commits
cf776860
Commit
cf776860
authored
1 year ago
by
Václav Jelínek
Browse files
Options
Downloads
Patches
Plain Diff
Lower battery threshold
parent
bc7ba143
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#77353
passed
1 year ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/robot_consts.py
+1
-1
1 addition, 1 deletion
lib/robot_consts.py
with
1 addition
and
1 deletion
lib/robot_consts.py
+
1
−
1
View file @
cf776860
...
...
@@ -68,7 +68,7 @@ class Color:
WHITE
:
Color
=
const
(
6
)
BROWN
:
Color
=
const
(
7
)
BAT_VOLTAGE_TURNOFF
=
6.
5
# Volts
BAT_VOLTAGE_TURNOFF
=
6.
2
# Volts
BAT_MEASURE_PERIOD
=
const
(
1000
)
# ms
PCF_CHECK_PERIOD
=
const
(
50
)
# ms
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment