-
Notifications
You must be signed in to change notification settings - Fork 5
/
lego_hub.yaml
34 lines (28 loc) · 1.04 KB
/
lego_hub.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
# Settings for the LEGO hub
# Connection to Hub
# =================
#
# The connection can be configured to use serial, bluetooth, or both (with failover).
# This is specified using the key 'connection' with one of the following values: serial, bluetooth, multiplexed
#
# There are additional configuration parameters for the serial and bluetooth devices.
# Below are the four common configuration scenarios. Uncomment the one you desire and fill
# in device characteristics for your system.
# Configuration for serial on automatically-determined port
#connection: serial
# Configuration for serial on specified port
#connection: serial
#serial:
# device: '/dev/ttyS3'
# Configuration for bluetooth
# Set the BlueTooth address and port of the RFCOMM function.
#connection: bluetooth
#bluetooth:
# address: '38:0B:3C:AA:B6:CE'
# port: 1
# Configuration for multiplexed between serial and bluetooth with failover
# Set the BlueTooth address and port of the RFCOMM function.
#connection: multiplexed
#bluetooth:
# address: '38:0B:3C:AA:B6:CE'
# port: 1