From 3c298805de73f37df45e6a356e08ae8b6bde511d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Mon, 12 Feb 2024 02:21:53 +0100 Subject: [PATCH] added country code setup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 3a13756..50a9b8f 100644 --- a/README.md +++ b/README.md @@ -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: ```