Programmname "obp60v" umgesetzt. Konfigurationshandling verbessert
This commit is contained in:
103
obp60v.conf-sample
Normal file
103
obp60v.conf-sample
Normal file
@@ -0,0 +1,103 @@
|
||||
[system]
|
||||
systemname = OBP60v
|
||||
loglevel = 3
|
||||
deviceid = 100
|
||||
simulation = on
|
||||
histpath = ~/.local/lib/obp60v
|
||||
guistyle = default
|
||||
mouseptr = on
|
||||
|
||||
[gui]
|
||||
win_x = -1
|
||||
win_y = -1
|
||||
|
||||
[bme280]
|
||||
enabled = false
|
||||
port = 1
|
||||
address = 0x76
|
||||
|
||||
[gps]
|
||||
enabled = false
|
||||
port = /dev/ttyACM0
|
||||
|
||||
[opencpn]
|
||||
port = /dev/ttyV1
|
||||
navobj = ~/.opencpn/navobj.xml
|
||||
config = ~/.opencpn/opencpn.conf
|
||||
|
||||
[settings]
|
||||
timezone = 1
|
||||
boat_draft = 1.3
|
||||
fuel_tank = 17
|
||||
fuel_consumption = 1.5
|
||||
water_tank_1 = 47
|
||||
water_tank_2 = 50
|
||||
battery_voltage = 12
|
||||
battery_type = AGM
|
||||
battery_capacity = 200
|
||||
solar_power = 0
|
||||
generator_power = 0
|
||||
|
||||
[units]
|
||||
length_format = m
|
||||
distance_format = nm
|
||||
speed_format = kn
|
||||
wind_speed_format = ln
|
||||
temperature_format = C
|
||||
date_format = ISO
|
||||
|
||||
[display]
|
||||
hold_values = off
|
||||
backlight_color = red
|
||||
flash_led_mode = limit
|
||||
|
||||
[buzzer]
|
||||
buzzer_gps_error = off
|
||||
buzzer_gps_fix = off
|
||||
buzzer_by_limits = off
|
||||
buzzer_mode = off
|
||||
buzzer_power = 50
|
||||
|
||||
[pages]
|
||||
number_of_pages = 10
|
||||
start_page = 1
|
||||
|
||||
[page1]
|
||||
type = Clock
|
||||
|
||||
[page2]
|
||||
type = Barograph
|
||||
|
||||
[page3]
|
||||
type = Anchor
|
||||
|
||||
[page4]
|
||||
type = Autobahn
|
||||
|
||||
[page5]
|
||||
type = ApparentWind
|
||||
|
||||
[page6]
|
||||
type = TwoValues
|
||||
value1 = LAT
|
||||
value2 = LON
|
||||
|
||||
[page7]
|
||||
type = ThreeValues
|
||||
value1 = COG
|
||||
value2 = STW
|
||||
value3 = DBT
|
||||
|
||||
[page8]
|
||||
type = FourValues
|
||||
value1 = AWA
|
||||
value2 = AWS
|
||||
value3 = COG
|
||||
value4 = STW
|
||||
|
||||
[page9]
|
||||
type = Rudder
|
||||
|
||||
[page10]
|
||||
type = SkyView
|
||||
|
||||
Reference in New Issue
Block a user