Commit f2cb86d2 by Hideaki Tai

fix whill info interval

parent f8d3bf60
...@@ -10,9 +10,9 @@ ...@@ -10,9 +10,9 @@
static constexpr uint32_t WHILL_SERIAL_BAUD = 38400; static constexpr uint32_t WHILL_SERIAL_BAUD = 38400;
static constexpr uint32_t XBEE_SERIAL_BAUD = 38400; static constexpr uint32_t XBEE_SERIAL_BAUD = 38400;
static constexpr uint16_t WHILL_INFO_INTERVAL_MS = 1000; static constexpr uint16_t WHILL_INFO_INTERVAL_MS = 100;
static constexpr double XBEE_COMMAND_TIMEOUT_MS = 100.; static constexpr double XBEE_COMMAND_TIMEOUT_MS = 1000.;
uint8_t HARDWARE_ID = 0xFF; uint8_t HARDWARE_ID = 0xFF;
bool b_need_xbee_init = false; bool b_need_xbee_init = 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