Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ Blackman <blckmn@users.noreply.github.com>2022-06-28 09:12:05 +0300
committerGitHub <noreply@github.com>2022-06-28 09:12:05 +0300
commit7c26e54f9204aced03ab678711c8d37329167445 (patch)
tree561625adf922878a1b8cffd5521c768618e1f6b5
parent2cc798641bdcb02c6ca970ef28f7e27e05cd3270 (diff)
parentf0e30a36e0717ffd0b9683e458b38c18608531a7 (diff)
Merge pull request #2943 from HThuren/more_leading_text_to_logging_tab
Minor changes to logging tab. More information and one correction
-rwxr-xr-x[-rw-r--r--]src/tabs/logging.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/tabs/logging.html b/src/tabs/logging.html
index 284f8d70..5374eafb 100644..100755
--- a/src/tabs/logging.html
+++ b/src/tabs/logging.html
@@ -12,35 +12,35 @@
<dt>
<label><input type="checkbox" name="MSP_RAW_IMU" /> MSP_RAW_IMU</label>
</dt>
- <dd>9 columns (accel[x, y, z], gyro[x, y, z], mag[x, y, z])</dd>
+ <dd>9 columns (gyro[x, y, z], accel[x, y, z], mag[x, y, z])</dd>
<dt>
<label><input type="checkbox" name="MSP_ATTITUDE" /> MSP_ATTITUDE</label>
</dt>
- <dd>3 columns (x, y, z)</dd>
+ <dd>3 columns (kine[x, y, z])</dd>
<dt>
<label><input type="checkbox" name="MSP_ALTITUDE" /> MSP_ALTITUDE</label>
</dt>
- <dd>one column</dd>
+ <dd>1 column (alt)</dd>
<dt>
<label><input type="checkbox" name="MSP_RAW_GPS" /> MSP_RAW_GPS</label>
</dt>
- <dd>7 columns</dd>
+ <dd>7 columns (Fix, NumSat, Lat, Lon, Alt, Speed, GroundCourse)</dd>
<dt>
<label><input type="checkbox" name="MSP_ANALOG" /> MSP_ANALOG</label>
</dt>
- <dd>4 columns</dd>
+ <dd>4 columns (voltage, amperage, mAhdrawn, rssi)</dd>
<dt>
<label><input type="checkbox" name="MSP_RC" /> MSP_RC</label>
</dt>
- <dd>8 columns by default</dd>
+ <dd>8 columns (RC0, RC1, RC2, RC3, RC4, RC5, RC6, RC7)</dd>
<dt>
<label><input type="checkbox" name="MSP_MOTOR" /> MSP_MOTOR</label>
</dt>
- <dd>8 columns by default</dd>
+ <dd>8 columns (Mot1, Mot2, Mot3, Mot4, Mot5, Mot6, Mot7, Mot8)</dd>
<dt>
<label><input type="checkbox" name="MSP_DEBUG" /> MSP_DEBUG</label>
</dt>
- <dd>4 columns</dd>
+ <dd>4 columns (Debug0, Debug1, Debug2, Debug3)</dd>
</dl>
</div>
<select class="speed" name="speed">