-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpixelpilot.yaml
More file actions
67 lines (65 loc) · 1.68 KB
/
pixelpilot.yaml
File metadata and controls
67 lines (65 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
gsmenu:
enabled: true
gpio:
# RuncamVRX
left: 13
right: 38
up: 16
down: 18
center: 11
# alternative
# center:
# chip: gpiochip3
# pin: 1
rec: 32
# Ruby
# left: 13
# right: 11
# up: 16
# down: 18
# rec: 32
# Bonnet
# left: 13
# right: 12
# up: 16
# down: 18
# center: 11
# rec: 22
# Emax Wyvern Link Goggle VRX
# left: 38
# right: 32
# up: 16
# down: 18
# Define custom actions here
# action is the command the button will trigger
# actions:
# air:
# - label: Custom Action 1
# action: sleep 5
# - label: Custom Action 1
# action: sleep 5
# ground:
# - label: Custom Action 1
# action: sleep 5
# enables collection of `os_mon.*` OSD facts
os_sensors:
cpu: true # Monitor CPU load percentage
power:
# Monitor power supply voltage and current (advanced: requires INA226 sensor to be installed)
# It can be several, but normally you just install one to monitor battery
- type: ina226 # currently the only type supported
hwmon_id: hwmon3 # /sys/class/hwmon/{hwmon_id}/name should be ina226
temperature:
# Monitor Radxa chip temperatures, see /sys/class/thermal/thermal_zone*/
- thermal_zone: thermal_zone0 # CPU on Radxa
- thermal_zone: thermal_zone1 # GPU on Radxa
# OS sensors can be auto-discovered
# os_sensors:
# cpu: auto
# power: auto
# temperature: auto
# Phone restream target IP (optional)
# manual_ip: permanently pins this IP in the "Stream To" dropdown so it is
# always visible as an option, even when auto-discovery finds no clients.
# restream:
# manual_ip: 192.168.1.100