31 lines
809 B
YAML
31 lines
809 B
YAML
---
|
|
# Global variables for Ham Hotspot provisioning
|
|
|
|
wifi:
|
|
country: US # ISO country code, affects regulatory Wi-Fi behavior
|
|
ssid: HamHotspot # Wi-Fi SSID
|
|
password: change_me_now # Wi-Fi password
|
|
channel: 6 # Wi-Fi channel (2.4 GHz band, e.g., 6 is common)
|
|
|
|
network:
|
|
lan_subnet: 192.168.7.0/24
|
|
lan_gateway: 192.168.7.1/24
|
|
lan_dns: 8.8.8.8
|
|
lan_domain: hamhotspot.internal
|
|
|
|
radios:
|
|
- port_name: radio0
|
|
ax_iface: ax0
|
|
device: plughw:AllInOneCable # Could be audio device for Direwolf, or real serial
|
|
speed: 1200
|
|
mycall: KI5QKX-11
|
|
ip_address: 44.127.254.1/24
|
|
ptt: CM108
|
|
|
|
# Example for second radio (optional, add when ready)
|
|
# - port_name: radio1
|
|
# device: /dev/ttyUSB1
|
|
# speed: 1200
|
|
# mycall: N0CALL-1
|
|
# ip_address: 44.31.1.2
|