@@ -82,7 +82,7 @@ Then, connect the cables to the Pi as described in this chart:
### WiFi hotspot
1. Plug in a WiFi stick (on the Raspberry Pi 3 Model V1.2, I didn't get the internal WiFi to work as a hotspot, however, that seems to be an issue that only I with my specific Pi have)
2. Create a network manager configuration in `/etc/NetworkManager/system-connection/PoolPayPi.nmconnection`, get the following information ...
2. Create a network manager configuration in `/etc/NetworkManager/system-connection/PoolPayPiFi.nmconnection`, get the following information ...
- The `interface-name` for the stick (`wlan1` if the Pi has built-in wifi, `wlan0` if it hasn't)
- A secure password (Pre-Shared Key, `psk`)
@@ -91,7 +91,7 @@ Then, connect the cables to the Pi as described in this chart:
```ini
[connection]
id=PoolPayPi
id=PoolPayPiFi
uuid=a58d13bb-4d84-4b20-8bea-7b061c73ed0c
type=wifi
autoconnect=true
@@ -99,7 +99,7 @@ Then, connect the cables to the Pi as described in this chart: