c028ad8cd6
- src/templates/pipedald.service.template — user/group pipedal_d → oppedal_d - src/templates/pipedaladmind.service.template — WorkingDirectory /var/pipedal → /var/oppedal - src/templates/pipedal_nm_p2pd.service.template — Description and WorkingDirectory - src/templates/pipedal_p2pd.service.template — Description and WorkingDirectory - src/templates/pipedal_p2pd.conf.template — p2p_model_name, manufacturer - src/templates/jack.service.template — After=pipedald → After=oppedald - src/templates/*.conf — PiPedal/pipedal-* → OP-Pedal/oppedal-* references - src/polkit-1/rules/10-pipedal-networkmanager.rules — group pipedal_d → oppedal_d - install.sh — pipedalconfig/oppedalconfig binary paths - uninstall.sh — /etc/pipedal, /var/pipedal → /etc/oppedal, /var/oppedal - run.sh — pipedald → oppedald, /etc/pipedal → /etc/oppedal
45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
# Wi-Fi regdomain 2-letter country code.
|
|
# see: http://www.davros.org/misc/iso3166.txt
|
|
country_code=${COUNTRY_CODE}
|
|
|
|
# keypad/label pin
|
|
p2p_pin=${PIN}
|
|
|
|
# Name that appears when you connect.
|
|
p2p_device_name=${DEVICE_NAME}
|
|
|
|
# DIRECT-XX-postfix (appears on Android p2p Group names)
|
|
p2p_ssid_postfix=${DEVICE_NAME}
|
|
|
|
# Wifi frequency (kHz).
|
|
# Should almost always be 2412 (ch1),2437 (ch6), or 2462 (ch11).
|
|
wifiGroupFrequency=${WIFI_GROUP_FREQUENCY}
|
|
|
|
# UI use only. wifiGroupFrequency is authoritative
|
|
wifiChannel=${WIFI_CHANNEL}
|
|
|
|
# UI use only. service state is authoritative.
|
|
enabled=${ENABLED}
|
|
# P2P Device info
|
|
p2p_model_name=OP-Pedal
|
|
p2p_model_number=1
|
|
p2p_manufacturer="The OP-Pedal Project"
|
|
p2p_serial_number=1
|
|
p2p_device_type=1-0050F204-1
|
|
|
|
# Wi-Fi configuration
|
|
wlanInterface=wlan0
|
|
p2pInterface=p2p-dev-wlan0
|
|
p2p_go_ht40=1
|
|
p2p_go_vht=0
|
|
p2p_go_he=0
|
|
|
|
# File containing the globally-unique id that identifies the service on this machine
|
|
# in this format: 0a6045b0-1753-4104-b3e4-b9713b9cc356
|
|
service_guid_file=${INSTANCE_ID_FILE}
|
|
|
|
|
|
# GUID identifying the OP-Pedal service
|
|
# (if service_guid_file is not provided.)
|
|
service_guid=
|