line format

This commit is contained in:
ken
2022-11-27 09:35:18 -08:00
parent 6bec4cac03
commit 04c22c44a8
+8 -8
View File
@@ -1,6 +1,6 @@
# Airplane Data Logger
[Project notes](https://staton.us/ken/pages/projects/adl/airplane-data-logger/)
[Project notes](https://staton.us/ken/pages/projects/adl/airplane-data-logger/)<br>
Logs data from
+ Dynon EFIS-D10A
+ Dynon EMS-D10
@@ -8,13 +8,13 @@ Logs data from
<div>
to a USB thumb drive.
<br>
UART1 is GPS 9600 baud
log messages are prefixed with "G:"
UART2 is EFIS 115200 baud
log messages are prefixed with "F:"
UART3 is EMS 115200 baud
log messages are prefixed with "E:"
UART1 is GPS 9600 baud<br>
log messages are prefixed with "G:"<br>
UART2 is EFIS 115200 baud<br>
log messages are prefixed with "F:"<br>
UART3 is EMS 115200 baud<br>
log messages are prefixed with "E:"<br>
<br>
The original version was based on mbed, which as a development environment did not age well.
The board I used is not available anymore and there is no hardware upgrade path.
The code won't build on the current or previous version of mbed.