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 # 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 Logs data from
+ Dynon EFIS-D10A + Dynon EFIS-D10A
+ Dynon EMS-D10 + Dynon EMS-D10
@@ -8,13 +8,13 @@ Logs data from
<div> <div>
to a USB thumb drive. to a USB thumb drive.
<br> <br>
UART1 is GPS 9600 baud UART1 is GPS 9600 baud<br>
log messages are prefixed with "G:" log messages are prefixed with "G:"<br>
UART2 is EFIS 115200 baud UART2 is EFIS 115200 baud<br>
log messages are prefixed with "F:" log messages are prefixed with "F:"<br>
UART3 is EMS 115200 baud UART3 is EMS 115200 baud<br>
log messages are prefixed with "E:" 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 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 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. The code won't build on the current or previous version of mbed.