Site updated at 2017-07-29 20:48:07 UTC
This commit is contained in:
parent
e226901c2b
commit
e55d4ce725
31 changed files with 70 additions and 46 deletions
|
@ -93,7 +93,7 @@
|
|||
<li>A tool called <code class="highlighter-rouge">hassbian-config</code>.</li>
|
||||
</ul>
|
||||
<h3><a class="title-link" name="wireless-network" href="#wireless-network"></a> Wireless Network</h3>
|
||||
<p>After flashing the image to your SD Card open the partition <code class="highlighter-rouge">boot</code> and create a new file <code class="highlighter-rouge">wpa_supplicant.conf</code>. Edit the file and enter your network credentials. For more information visit <a href="https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md">Setting up Wifi for Raspbian</a>. During the start the file will automatically copied in the right folder and the network connection will be established. The file could look like this:</p>
|
||||
<p>After flashing the image to your SD Card open the partition <code class="highlighter-rouge">boot</code> and create a new file <code class="highlighter-rouge">wpa_supplicant.conf</code>. Edit the file and enter your network credentials. For more information visit <a href="https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md">Setting up Wifi for Raspbian</a>. During start the file will automatically be copied in the right folder and the network connection will be established. The file could look like this:</p>
|
||||
<div class="language-conf highlighter-rouge"><pre class="highlight"><code><span class="n">network</span>={
|
||||
<span class="n">ssid</span>=<span class="s2">"YOUR_SSID"</span>
|
||||
<span class="n">psk</span>=<span class="s2">"YOUR_PASSWORD"</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue