Skip to content

Commit 6c381c3

Browse files
committed
V1.9
1 parent 9d74609 commit 6c381c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ My blog post that birthed this image is located <a href="https://jamesachambers.
1010
<li>Adds replacement for WiringPi GPIO tool by patb and fixes GPIO pin assignments</li>
1111
<li>Adds spidev interface to access SPI over the GPIO pins</li>
1212
<li>Adds ntp to assist with fixing time on first startup -- use "sudo ntpd -gq" to force a time sync once you've set your correct timezone (sudo dpkg-reconfigure tzdata)</li>
13-
<li>Adds ability to use the i96 as a HID device (mouse/keyboard emulation).</li>
13+
<li>Adds ability to use the i96 as a HID device (mouse/keyboard emulation)</li>
1414
<li>Fixed notorious WiFi issues caused by missing crda package and no regulatory domain set (see first startup instructions to set REGDOMAIN)</li>
1515
<li>Fixed wireless MAC address changing each startup</li>
1616
<li>Fixed USB port to allow "High Speed" USB devices instead of locking them to "Full Speed"</li>
@@ -29,7 +29,7 @@ Set correct locale:
2929
<pre>sudo apt install locales -y && sudo dpkg-reconfigure locales</pre>
3030
Set wireless regulatory country:
3131
<pre>sudo nano /etc/default/crda</pre>
32-
Add your two letter country code (mine is US) to the end of the bottom line (after the equals sign) that says REGDOMAIN=
32+
Add your two letter country code (mine is US) to the end of the bottom line (after the equals sign) that says REGDOMAIN=<br>
3333
Press Ctrl+X then Y to save the file.
3434

3535
<h2>Build Instructions</h2>

0 commit comments

Comments
 (0)