Add admonition configuration
This commit is contained in:
parent
c515d757de
commit
2f55f396d8
|
@ -81,7 +81,9 @@ To use the 5 GHz band, you can change the operations mode from hw_mode=g to hw_m
|
||||||
- `g` = IEEE 802.11g (2.4 GHz)
|
- `g` = IEEE 802.11g (2.4 GHz)
|
||||||
- `ad` = IEEE 802.11ad (60 GHz) (Not available on the Raspberry Pi)
|
- `ad` = IEEE 802.11ad (60 GHz) (Not available on the Raspberry Pi)
|
||||||
|
|
||||||
WARNING: Make sure you **define the wished name (ssid)** of the futur generated Wifi and its **password (wpa_passphrase)**.
|
!!! warning
|
||||||
|
Make sure you **define the wished name (ssid)** of the future generated Wifi and its **password (wpa_passphrase)**.
|
||||||
|
|
||||||
|
|
||||||
Set up your hoastapd.conf as follow ::
|
Set up your hoastapd.conf as follow ::
|
||||||
```
|
```
|
||||||
|
@ -160,6 +162,6 @@ If SSH is enabled on the Raspberry Pi access point, it should be possible to con
|
||||||
```
|
```
|
||||||
ssh pi@192.168.4.1
|
ssh pi@192.168.4.1
|
||||||
```
|
```
|
||||||
Most likely your password will be **raspberry**.
|
Most likely your password will be `raspberry`.
|
||||||
|
|
||||||
By this point, the Raspberry Pi is acting as an access point, and other devices can associate with it. Associated devices can access the Raspberry Pi access point via its IP address for operations such as rsync, scp, or ssh.
|
By this point, the Raspberry Pi is acting as an access point, and other devices can associate with it. Associated devices can access the Raspberry Pi access point via its IP address for operations such as rsync, scp, or ssh.
|
||||||
|
|
|
@ -3,14 +3,14 @@ nav:
|
||||||
- Setup:
|
- Setup:
|
||||||
- Basic Install: easy_install.md
|
- Basic Install: easy_install.md
|
||||||
- Expert Setup: expert_setup.md
|
- Expert Setup: expert_setup.md
|
||||||
- Remote Access: remote_access.md
|
- Remote Access: remote_access.md
|
||||||
- Usage:
|
- Usage:
|
||||||
- Collection devices: collection_devices.md
|
- Collection devices: collection_devices.md
|
||||||
- Under the hood:
|
- Under the hood:
|
||||||
- Software architecture: software_architecture.md
|
- Software architecture: software_architecture.md
|
||||||
- MQTT Messages: mqtt_messages.md
|
- MQTT Messages: mqtt_messages.md
|
||||||
- Contribute:
|
- Contribute:
|
||||||
- Edit this doc: edit_this_doc.md
|
- Edit this documentation: edit_this_doc.md
|
||||||
- Edit the code: edit_the_code.md
|
- Edit the code: edit_the_code.md
|
||||||
- About:
|
- About:
|
||||||
- License: license.md
|
- License: license.md
|
||||||
|
@ -21,5 +21,6 @@ theme:
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- smarty
|
- smarty
|
||||||
- sane_lists
|
- sane_lists
|
||||||
|
- admonition
|
||||||
- toc:
|
- toc:
|
||||||
permalink: true
|
permalink: true
|
||||||
|
|
Loading…
Reference in a new issue