You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Prompt for the device owner name and short name.
70
+
- Allow selection of the device mode (Client, Router, etc.).
71
+
- Configure LoRa, GPS, MQTT, and channel settings specific to the NC Mesh network.
82
72
83
73
---
84
74
85
75
## Example Configuration
86
-
An example configuration file for the Waveshare LoRaWAN/GNSS HAT is available online. The live script fetches it automatically, but if needed, you can manually download and apply it:
76
+
This is an example configuration file for the Waveshare LoRaWAN/GNSS HAT that I am using on my Pi.
87
77
88
78
1. Download the example configuration:
89
79
```bash
@@ -100,6 +90,11 @@ An example configuration file for the Waveshare LoRaWAN/GNSS HAT is available on
100
90
sudo systemctl restart meshtasticd
101
91
```
102
92
93
+
NOTE: To check on what the service is doing, you can verify with this command to follow the service output:
0 commit comments