blob: d259b669fdb207715a8e66527817fab851648103 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
; MAX25 browser terminal — session defaults (per WebSocket connection).
; Copy to /etc/max25/web-terminal.ini or set MAX25_WEB_TERMINAL_INI.
;
; Values mirror max25d [modem] + [devices] default. Omitted keys are read from
; max25d_ini when set. Device list at runtime always comes from GET DEVICES.
[max25-web-terminal]
max25d_ini = /etc/max25/max25d.ini
[session]
; One device per session — must be an id registered in max25d [devices].
; Empty = use [devices] default from max25d.ini.
device =
callerid = CB-0
callid = QST
ax25_ui = yes
; CONNECT after session setup (same as max25-terminal)
connect_on_start = yes
|