This commit is contained in:
2018-04-05 13:12:35 +02:00
parent 63dd534402
commit b269f74f23
5 changed files with 13 additions and 9 deletions

View File

@ -1,6 +1,10 @@
## WiFi am Raspberry Pi aktivieren
sudo nano /etc/wpa\_supplicant/wpa\_supplicant.conf
```xml
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
```
-> Dort einfügen:
```xml
country=DE
@ -9,4 +13,4 @@ network={
ssid="xx"
psk="xx"
}
```
```