Skip to content

Commit

Permalink
initial docs commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio Nold committed Jan 20, 2021
1 parent c68ed3f commit d1389c1
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/raspberry/network_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ If you have two networks in range, you can add the priority option to choose bet

.. code::
network={
ssid="HomeOneSSID"
psk="passwordOne"
priority=1
id_str="homeOne"
}

network={
ssid="HomeTwoSSID"
psk="passwordTwo"
priority=2
id_str="homeTwo"
}
network={
ssid="HomeOneSSID"
psk="passwordOne"
priority=1
id_str="homeOne"
}
network={
ssid="HomeTwoSSID"
psk="passwordTwo"
priority=2
id_str="homeTwo"
}

0 comments on commit d1389c1

Please sign in to comment.