summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/hardware-head.html.in2
-rw-r--r--www/hardware-tail.html16
2 files changed, 9 insertions, 9 deletions
diff --git a/www/hardware-head.html.in b/www/hardware-head.html.in
index 0f8e35c0..37814044 100644
--- a/www/hardware-head.html.in
+++ b/www/hardware-head.html.in
@@ -138,7 +138,7 @@ correct.</li>
<li><img src="star.png" alt="Star icon"><img src="star.png" alt="Star
icon"><img src="star.png" alt="Star icon"> marks devices with
-<b>Good</b> performance: <tt>gpsd</tt> has minor problems or lag
+<b>Good</b> performance: <code>gpsd</code> has minor problems or lag
recognizing the device, but reports are complete and correct.</li>
<li><img src="star.png" alt="Star icon"><img src="star.png" alt="Star
diff --git a/www/hardware-tail.html b/www/hardware-tail.html
index 9038e7a6..b937d2a8 100644
--- a/www/hardware-tail.html
+++ b/www/hardware-tail.html
@@ -30,7 +30,7 @@ extract time information from the serial data accurate to about
<div>&nbsp;</div>
-<table border='1'>
+<table style="border: 1px solid gray">
<tr>
<th>Receiver</th>
<th>Raw</th>
@@ -38,38 +38,38 @@ extract time information from the serial data accurate to about
</tr>
<tr>
<td>NavSync</td>
-<td align="center">No</td>
+<td style="text-align: center">No</td>
<td>I asked them about raw measurements and they told me that a custom firmware build ($$$!) would be required, and that I probably wasn't authorized to get that data.</td>
</tr>
<tr>
<td>SiRF</td>
-<td align="center">Partial</td>
+<td style="text-align: center">Partial</td>
<td>sirfstar1 has raw data in message 5, sirfstar2 has raw data in message 28, sirfstar3 has some raw data in message 28 but carrier phase is not available. rumor has it that carrier phase is available as a premium feature in superstar3.</td>
</tr>
<tr>
<td>u-blox</td>
-<td align="center">Partial</td>
+<td style="text-align: center">Partial</td>
<td>The RXM-RAW message contains raw data. This is implemented in all Antaris chips. This is only implemented in the timing versions of Antaris4. In ublox5 it is "only available with premium feature raw data".
</td>
</tr>
<tr>
<td>Novatel SuperStarII</td>
-<td align="center">Partial</td>
+<td style="text-align: center">Partial</td>
<td>Message #23 contains raw measurements in carrier-phase-enabled firmwares.</td>
</tr>
<tr>
<td>Fastrax</td>
-<td align="center">Yes</td>
+<td style="text-align: center">Yes</td>
<td>The "PSEUDO" message contains raw measurements</td>
</tr>
<tr>
<td>Trimble</td>
-<td align="center">Yes</td>
+<td style="text-align: center">Yes</td>
<td>Packet 0x5a contains raw measurements</td>
</tr>
<tr>
<td>Thales AC12</td>
-<td align="center">Yes</td>
+<td style="text-align: center">Yes</td>
<td>The PASHR,MCA message contains raw measurements.</td>
</tr>
</table>