diff --git a/tabs/logging.css b/tabs/logging.css index 6e3a0a82dd..ad74925457 100644 --- a/tabs/logging.css +++ b/tabs/logging.css @@ -7,6 +7,24 @@ .tab-logging .properties { margin-top: 10px; } + .tab-logging .properties dt { + float: left; + width: 120px; + height: 20px; + line-height: 20px; + + font-weight: bold; + } + .tab-logging .properties dt input { + vertical-align: middle; + } + .tab-logging .properties dd { + display: block; + margin-left: 130px; + height: 20px; + line-height: 20px; + color: silver; + } .tab-logging .buttons { margin-top: 10px; } diff --git a/tabs/logging.html b/tabs/logging.html index 8efe0dec4f..a3e66a1fef 100644 --- a/tabs/logging.html +++ b/tabs/logging.html @@ -1,11 +1,14 @@
Data will be logged in this tab only, leaving this tab will cancel logging and application will return to its normal "configurator" operation.
- Logged CSV data will respect properties order below, some of the properties will log more then 1 field, in that case please consult documentation or sourcecode - to find out the order and amount of fields per property.
- You are free to select the global update period, data will be written into the log file every 1 second. + You are free to select the global update period, data will be written into the log file every 1 second.
+
+
9 columns (accel[x, y, z], gyro[x, y, z], mag[x, y, z])
+
3 columns (x, y, z)
+
one column
+
Select Log File