Skip to content

Commit cc8228e

Browse files
committed
Minor changes to logging tab. More information and one correction
1 parent bed2b8a commit cc8228e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/tabs/logging.html

100644100755
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,35 +12,35 @@
1212
<dt>
1313
<label><input type="checkbox" name="MSP_RAW_IMU" /> MSP_RAW_IMU</label>
1414
</dt>
15-
<dd>9 columns (accel[x, y, z], gyro[x, y, z], mag[x, y, z])</dd>
15+
<dd>9 columns (gyro[x, y, z], accel[x, y, z], mag[x, y, z])</dd>
1616
<dt>
1717
<label><input type="checkbox" name="MSP_ATTITUDE" /> MSP_ATTITUDE</label>
1818
</dt>
19-
<dd>3 columns (x, y, z)</dd>
19+
<dd>3 columns (kine[x, y, z])</dd>
2020
<dt>
2121
<label><input type="checkbox" name="MSP_ALTITUDE" /> MSP_ALTITUDE</label>
2222
</dt>
23-
<dd>one column</dd>
23+
<dd>1 column (alt)</dd>
2424
<dt>
2525
<label><input type="checkbox" name="MSP_RAW_GPS" /> MSP_RAW_GPS</label>
2626
</dt>
27-
<dd>7 columns</dd>
27+
<dd>7 columns (Fix, NumSat, Lat, Lon, Alt, Speed, GroundCourse)</dd>
2828
<dt>
2929
<label><input type="checkbox" name="MSP_ANALOG" /> MSP_ANALOG</label>
3030
</dt>
31-
<dd>4 columns</dd>
31+
<dd>4 columns (voltage, amperage, mAhdrawn, rssi)</dd>
3232
<dt>
3333
<label><input type="checkbox" name="MSP_RC" /> MSP_RC</label>
3434
</dt>
35-
<dd>8 columns by default</dd>
35+
<dd>8 columns (RC0, RC1, RC2, RC3, RC4, RC5, RC6, RC7)</dd>
3636
<dt>
3737
<label><input type="checkbox" name="MSP_MOTOR" /> MSP_MOTOR</label>
3838
</dt>
39-
<dd>8 columns by default</dd>
39+
<dd>8 columns (Mot0, Mot1, Mot2, Mot3, Mot4, Mot5, Mot6, Mot7)</dd>
4040
<dt>
4141
<label><input type="checkbox" name="MSP_DEBUG" /> MSP_DEBUG</label>
4242
</dt>
43-
<dd>4 columns</dd>
43+
<dd>4 columns (Debug0, Debug1, Debug2, Debug3)</dd>
4444
</dl>
4545
</div>
4646
<select class="speed" name="speed">

0 commit comments

Comments
 (0)