Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Hideaki Tai
/
omni_main
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f2cb86d2
authored
Nov 30, 2018
by
Hideaki Tai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix whill info interval
parent
f8d3bf60
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/global.h
+2
-2
No files found.
include/global.h
View file @
f2cb86d2
...
...
@@ -10,9 +10,9 @@
static
constexpr
uint32_t
WHILL_SERIAL_BAUD
=
38400
;
static
constexpr
uint32_t
XBEE_SERIAL_BAUD
=
38400
;
static
constexpr
uint16_t
WHILL_INFO_INTERVAL_MS
=
100
0
;
static
constexpr
uint16_t
WHILL_INFO_INTERVAL_MS
=
100
;
static
constexpr
double
XBEE_COMMAND_TIMEOUT_MS
=
100
.;
static
constexpr
double
XBEE_COMMAND_TIMEOUT_MS
=
100
0
.;
uint8_t
HARDWARE_ID
=
0xFF
;
bool
b_need_xbee_init
=
false
;
...
...
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