added country code setup

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-12 02:21:53 +01:00
parent 545d604de1
commit 3c298805de
1 changed files with 11 additions and 0 deletions

View File

@ -151,6 +151,7 @@ sudo systemctl start dnsmasq
Configure the AP itself:
Edit the config:
```
@ -187,6 +188,16 @@ DAEMON_CONF="/etc/hostapd/hostapd.conf"
Exit and save.
Now set your Wifi country code for the interface:
`sudo raspi-config` > "Localisation Options" > "WLAN Country" > Select your country code by pressing Enter > "Ok" > "Finish"
Now enable and start all required services and restart:
```