config file
This commit is contained in:
26
example_config.txt
Normal file
26
example_config.txt
Normal file
@@ -0,0 +1,26 @@
|
||||
# HannaBox Configuration File
|
||||
# Values are in the format: key=value
|
||||
# Lines starting with # are comments
|
||||
|
||||
# Audio Settings
|
||||
initialVolume=7
|
||||
maxVolume=15
|
||||
|
||||
# Power Management (times in milliseconds)
|
||||
sleepTime=1800000
|
||||
sleepDelay=1800000
|
||||
sleepMessageDelay=1798000
|
||||
|
||||
# Battery Settings (voltage in millivolts)
|
||||
minVoltage=3200
|
||||
voltage100Percent=4200
|
||||
|
||||
# RFID Settings
|
||||
rfidLoopInterval=25
|
||||
|
||||
# Playback Settings
|
||||
startAtStoredProgress=true
|
||||
|
||||
# WiFi Settings (leave empty to use current WiFiManager)
|
||||
wifiSSID=
|
||||
wifiPassword=
|
||||
Reference in New Issue
Block a user