Commit c389ae74 by Hideaki Tai

even if device can’t talk with XBee, run program

parent e933c300
......@@ -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;
......
  • Markdown is supported
    0% or
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or sign in to comment