131 lines
1.7 KiB
INI
131 lines
1.7 KiB
INI
#
|
|
# Pironman 5 Configuration
|
|
#
|
|
|
|
|
|
#
|
|
# --- Daemon
|
|
#
|
|
|
|
|
|
# DEBUG_LEVEL
|
|
# Debug Level:
|
|
# - debug
|
|
# - info
|
|
# - warning
|
|
# - error
|
|
# - critical
|
|
# Default: 'info'
|
|
DEBUG_LEVEL='info'
|
|
|
|
|
|
#
|
|
# --- OLED
|
|
#
|
|
|
|
|
|
# OLED_ENABLED
|
|
# OLED enable
|
|
# 'true' / 'false'
|
|
# Default: 'true'
|
|
OLED_ENABLED='true'
|
|
|
|
# OLED_ROTATION
|
|
# Set to rotate OLED display
|
|
# '0' / '180'
|
|
# Default: '0'
|
|
OLED_ROTATION='0'
|
|
|
|
# OLED_DISK
|
|
# Display which disk on OLED
|
|
# 'total' / '(devicepath)'
|
|
# Default: 'total'
|
|
OLED_DISK='total'
|
|
|
|
# OLED_NETWORK_INTERFACE
|
|
# Display which ip of network interface on OLED
|
|
# 'all' / '(interface)'
|
|
# Default: 'all'
|
|
OLED_NETWORK_INTERFACE='all'
|
|
|
|
|
|
#
|
|
# --- RGB
|
|
#
|
|
|
|
|
|
# RGB_ENABLED
|
|
# RGB enable
|
|
# 'true' / 'false'
|
|
# Default: 'true'
|
|
RGB_ENABLED='true'
|
|
|
|
# RGB_LED_COUNT
|
|
# RGB LED count
|
|
# '1' - '4'
|
|
# Default: '4'
|
|
RGB_LED_COUNT='4'
|
|
|
|
# RGB_COLOR
|
|
# RGB color
|
|
# hex format without '#'
|
|
# Default: '0a1aff'
|
|
RGB_COLOR='0a1aff'
|
|
|
|
# RGB_BRIGHTNESS
|
|
# RGB brightness
|
|
# '0' - '100'
|
|
# Default: '50'
|
|
RGB_BRIGHTNESS='50'
|
|
|
|
# RGB_SPEED
|
|
# RGB speed
|
|
# '0' - '100'
|
|
# Default: '50'
|
|
RGB_SPEED='50'
|
|
|
|
# RGB_STYLE
|
|
# RGB light modes:
|
|
# - solid
|
|
# - breathing
|
|
# - flow
|
|
# - flow_reverse
|
|
# - rainbow
|
|
# - rainbow_reverse
|
|
# - hue_cycle
|
|
# Default: 'breathing'
|
|
RGB_STYLE='breathing'
|
|
|
|
|
|
#
|
|
# --- Temperature
|
|
#
|
|
|
|
|
|
# TEMP_UNIT
|
|
# Temperature unit
|
|
# 'C' (Celsius) / 'F' (Fahrenheit)
|
|
# Default: 'C'
|
|
TEMP_UNIT='C'
|
|
|
|
|
|
#
|
|
# --- Temperature
|
|
#
|
|
|
|
|
|
# FAN_MODE
|
|
# GPIO fan modes:
|
|
# - 0: Always On
|
|
# - 1: Performance
|
|
# - 2: Cool
|
|
# - 3: Balanced
|
|
# - 4: Quiet
|
|
# Default: '0'
|
|
FAN_MODE='0'
|
|
|
|
# FAN_GPIO_PIN
|
|
# GPIO fan pin
|
|
# Default: '6'
|
|
FAN_GPIO_PIN='6'
|