Raspberry Pi/boot folder settings

From Wiki
< Raspberry Pi
Revision as of 10:09, 20 November 2017 by Marcluer (talk | contribs)
  • wifi: /boot/wpa_supplicant.conf
network={
    ssid="YOUR_SSID"
    psk="YOUR_PASSWORD"
    key_mgmt=WPA-PSK
}