Skip to content

Commit 503ea25

Browse files
committed
Updates chapter/tutorials/lopy/lorawan-nano-gateway.md
Auto commit by GitBook Editor
1 parent 9f2afc2 commit 503ea25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

chapter/tutorials/lopy/lorawan-nano-gateway.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ if __name__ == '__main__':
5454

5555
This file contains settings for the server and network it is connecting to. Depending on the nano-gateway region and provider (TTN, Loriot, etc.) these will vary. The provided example will work with The Things Network (TTN) in the European, 868Mhz, region.
5656

57-
**The Gateway ID is generated in the script using the process described above.**
57+
The Gateway ID is generated in the script using the process described above.
58+
59+
**Please change the WIFI_SSID and WIFI_PASS variables to match to your desired WiFi network**
5860

5961
```python
6062
""" LoPy LoRaWAN Nano Gateway configuration options """

0 commit comments

Comments
 (0)