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
c389ae74
authored
Apr 02, 2019
by
Hideaki Tai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
even if device can’t talk with XBee, run program
parent
e933c300
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
include/main.h
+1
-1
No files found.
include/main.h
View file @
c389ae74
...
...
@@ -201,7 +201,7 @@ void initXBee(uint8_t hw_id)
XBEE_SERIAL
.
begin
(
XBEE_SERIAL_BAUD
);
if
(
!
xbeecmd
.
enter
())
{
while
(
1
)
//
while(1)
{
Serial
.
println
(
"XBee Communication Error!!! Check Connection w/ XBee..."
);
static
bool
led
=
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