-
Notifications
You must be signed in to change notification settings - Fork 21
/
fmberry.conf
59 lines (45 loc) · 1.25 KB
/
fmberry.conf
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
# ______ __ __ ____
# | ____| \/ | _ \
# | |__ | \ / | |_) | ___ _ __ _ __ _ _
# | __| | |\/| | _ < / _ \ '__| '__| | | |
# | | | | | | |_) | __/ | | | | |_| |
# |_| |_| |_|____/ \___|_| |_| \__, |
# __/ |
# |___/
# Configuration file
#
# I2C bus number
i2cbus = 1
# Initial frequency:
frequency = 99800
# Initial state:
poweron = true
# Enable stereo signal
stereo = true
# Enable RDS transmission/modulation:
rdsenable = true
# Bind control port to localhost? (recommended!)
tcpbindlocal = true
# TCP port:
tcpport = 42516
# Transmission power:
# 0 - 0.5 mW Outputpower
# 1 - 0.8 mW Outputpower
# 2 - 1.0 mW Outputpower
# 3 - 2.0 mW Outputpower (Default.)
txpower = 3
# Audio signal gain -9dB
gain = false
# Audio signal volume
# range 0-6 or -9dB to +9db, 3dB step
volume = 3
# RDS interrupt pin number
rdspin = 17
# RDS ID (max. 8 characters)
rdsid = ""
# RDS Text (max. 64 chars)
rdstext = ""
# If your MMR-70 has been modified to control LED then set
# LED pin number to flash on RDS transmitt, -1 to disable
# See http://achilikin.blogspot.ie/2013/06/sony-ericsson-mmr-70-transmitter-led.html
ledpin = -1