Skip to content

Instantly share code, notes, and snippets.

@Shadow6363
Last active December 13, 2015 18:58
Show Gist options
  • Save Shadow6363/4958610 to your computer and use it in GitHub Desktop.
Save Shadow6363/4958610 to your computer and use it in GitHub Desktop.
<style>
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
</style>
<div style="
background-color: white;
border: 1px solid silver;
height: 64px;
width: 680px;
float: right;
"><div style="
border: none;
width: auto;
background-color: white;
z-index: 9999;
height: 4px;
"></div><div id="command-log" style="
padding: 0 5px 5px 5px;
">
<div class="wrapper">
<p>22:56:50 -- Connection to the serial BUS was opened with ID: 21</p><p>22:56:50 -- Requesting configuration UNION from Flight Controller</p><p>22:56:53 -- Connection closed -- <span style="color: green;">OK</span></p><p>22:56:57 -- Connection to the serial BUS was opened with ID: 22</p><p>22:57:00 -- Requesting configuration UNION from Flight Controller</p><p>22:57:00 -- Flight Controller responds with -- <span style="color: green">ACK</span></p><p>22:57:00 -- Configuration UNION received -- <span style="color: green">OK</span></p><p>22:57:38 -- Requesting Kinematics Data (vehicle state) from Flight Controller</p><p>22:57:38 -- Flight Controller responds with -- <span style="color: green">ACK</span></p><p>22:57:56 -- Requesting Receiver Data from Flight Controller</p><p>22:57:56 -- Flight Controller responds with -- <span style="color: green">ACK</span></p><p>22:57:56 -- Requesting Sensor Data from Flight Controller</p><p>22:57:56 -- Flight Controller responds with -- <span style="color: green">ACK</span></p><p>22:57:59 -- Requesting Receiver Data from Flight Controller</p><p>22:57:59 -- Flight Controller responds with -- <span style="color: green">ACK</span></p><p>22:58:00 -- Requesting Kinematics Data (vehicle state) from Flight Controller</p><p>22:58:00 -- Flight Controller responds with -- <span style="color: green">ACK</span></p><p>22:58:53 -- Requesting Kinematics Data (vehicle state) from Flight Controller</p><p>22:58:53 -- Flight Controller responds with -- <span style="color: green">ACK</span></p><p>22:59:18 -- Requesting Receiver Data from Flight Controller</p><p>22:59:18 -- Flight Controller responds with -- <span style="color: green">ACK</span></p><p>22:59:19 -- Requesting Sensor Data from Flight Controller</p><p>22:59:19 -- Flight Controller responds with -- <span style="color: green">ACK</span></p><p>22:59:26 -- Requesting Kinematics Data (vehicle state) from Flight Controller</p><p>22:59:26 -- Flight Controller responds with -- <span style="color: green">ACK</span></p><p>23:01:37 -- Connection closed -- <span style="color: green;">OK</span></p><p>23:02:00 -- Connection to the serial BUS was opened with ID: 23</p><p>23:02:03 -- Requesting configuration UNION from Flight Controller</p><p>23:02:14 -- Connection closed -- <span style="color: green;">OK</span></p><p>23:02:16 -- Connection to the serial BUS was opened with ID: 24</p><p>23:02:19 -- Requesting configuration UNION from Flight Controller</p><p>23:02:20 -- Flight Controller responds with -- <span style="color: green">ACK</span></p><p>23:02:20 -- Configuration UNION received -- <span style="color: green">OK</span></p><p>23:02:21 -- Requesting Kinematics Data (vehicle state) from Flight Controller</p><p>23:02:21 -- Flight Controller responds with -- <span style="color: green">ACK</span></p><p>23:02:33 -- Starting Accel calibration, when FC responds with ACK, calibration is done.</p><p>23:02:34 -- Flight Controller responds with -- <span style="color: green">ACK</span></p><p>23:02:36 -- Requesting Kinematics Data (vehicle state) from Flight Controller</p><p>23:02:36 -- Flight Controller responds with -- <span style="color: green">ACK</span></p><p>23:06:49 -- Requesting Sensor Data from Flight Controller</p><p>23:06:49 -- Flight Controller responds with -- <span style="color: green">ACK</span></p><p>23:20:28 -- Connection closed -- <span style="color: green;">OK</span></p><p>23:31:03 -- Connection to the serial BUS was opened with ID: 25</p><p>23:31:06 -- Requesting configuration UNION from Flight Controller</p><p>23:31:08 -- Flight Controller responds with -- <span style="color: green">ACK</span></p><p>23:31:08 -- Configuration UNION received -- <span style="color: green">OK</span></p><p>23:36:09 -- Connection closed -- <span style="color: green;">OK</span></p></div>
</div></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment