mirror of
https://github.com/geerlingguy/pi-isp.git
synced 2026-08-24 10:14:20 -05:00
17 lines
679 B
YAML
17 lines
679 B
YAML
---
|
|
usb_modem_device: ttyACM0
|
|
|
|
# The data speed is for mgetty's internal connection to the modem.
|
|
# Valid options: 9600, 19200, 38400, 57600, and 115200
|
|
mgetty_data_speed: "38400"
|
|
|
|
# The modem max speed is for mgetty's negotation with a remote modem.
|
|
# Valid options: 9600, 14400, 33600, etc. (mgetty_data_speed must be larger)
|
|
mgetty_modem_max_speed: "33600"
|
|
|
|
# Set to `nocrtscts` (software control) if setting data speed to 9600 or lower.
|
|
ppp_flow_control: "crtscts"
|
|
|
|
# Encrypt with `openssl passwd -6` or `mkpasswd -m sha-512`. Default: 'dialpi'.
|
|
dial_user_password: "$6$YOt41d9tvZT/UcjF$e0djvJo8u1eTuXCyLxoocjV2abUoLBYu59p/oxYOWGvV/tiG4ONH9.ylhzk9HhvDiH4ePKcisZTY47xwFNOjw1"
|