Advertisement
apfelcast

Wifi Setting Pi

Aug 10th, 2019
2,560
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. country=DE
  2. ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
  3. update_config=1
  4.  
  5. network={
  6. ssid="MeinWifi"
  7. psk="123456"
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement