-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
75 lines (75 loc) · 1.23 KB
/
config.yaml
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
68
69
70
71
72
73
74
75
kismet_httpd:
username: kismet
password: PASSWORD
address: localhost
port: '2501'
uri_prefix: ''
reconnect: true
reconnect_delay: 3
local_process_management:
enabled: true
kismet_server: true
local_gpio:
enabled: true
input_buttons:
enabled: true
use_gpiozero: true
lines:
- function: show_stats
gpio_pin: 26
leds:
enabled: true
use_gpiozero: true
duration: 0.4
lines:
- function: new_ssid
gpio_pin: 23
- function: new_ap
gpio_pin: 24
- function: new_device
gpio_pin: 25
- function: gps_status
gpio_pin: 12
neopixels:
enabled: true
pin: 18
count: 8
brightness: 0.2
order: GRB
duration: 0.4
pixels:
- color:
- 255
- 255
- 0
function: ws_connected
- color:
- 0
- 255
- 0
function: gps_status
- color:
- 0
- 0
- 255
function: new_ssid
- color:
- 0
- 255
- 255
function: new_ap
- color:
- 0
- 255
- 0
function: new_device
i2c_display:
enabled: true
driver: luma.oled:ssd1306
width: 128
height: 32
msg_disp_time: 1
msg_max_age: 10
msg_to_stdout: true
debug: false
debug_ws: false