# Config file for Out Gauge Bus / Gear Indicator project with rev meter.
#
# Rest of a line after the pound (#) is ignored.

# Output a Debugging information
# -- 1 or 0, i.e. yes or no
#
Debug 0

# IP address and port to listen on.   127.0.0.1 = Local Host
#
IP 127.0.0.1
Port 30001

# Serial Communications Port used
#
COM 8

# How many LEDS are used to indicate RPM  (1 ... 8)
#
Rpm_leds 8


# When to turn the low fuel indicator on, in percentage, 0 -- 100
# i. e. 0=never, 100=always   set to zero if no fuel indicator is used
#
Fuel_warning 0

# everything else is handled by the Arduino
