]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update CAR INSTALL.md
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 15 Aug 2022 17:03:45 +0000 (18:03 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Aug 2022 17:03:45 +0000 (18:03 +0100)
CAR INSTALL.md

index ee258e589c0681fd40b4cd73f262b6fbd2af18dd..bd2de1fa005fd34772f35073c02927b7495fa82a 100644 (file)
@@ -128,8 +128,8 @@ ssid=BMW
 # Use the 2.4GHz band
 hw_mode=g
 
-# Use channel 6
-channel=9
+# Use channel 6 or some other channel of your choice
+channel=6
 
 # Enable 802.11n
 ieee80211n=1
@@ -160,6 +160,7 @@ ignore_broadcast_ssid=0
 
 # Use AES, instead of TKIP
 #rsn_pairwise=CCMP
+
 ```
 #### Configure DHCP server
 
@@ -201,6 +202,7 @@ Configure the startup sequence by adding commands to `/etc/rc.local` to start `h
 /bin/systemctl start shairport-sync
 
 exit 0
+
 ```
 As you can see, the effect of these commands is to start the WiFi transmitter, give the base station the IP address `10.0.10.1`, start a DHCP server and finally start the Shairport Sync service.