added sounder volume to config

This commit is contained in:
Mikayla Fischler
2022-12-04 14:29:39 -05:00
parent 4030fdc5c9
commit 9475700930
3 changed files with 9 additions and 3 deletions

View File

@@ -10,6 +10,9 @@ config.SCADA_API_LISTEN = 16200
config.NUM_UNITS = 4
-- graphics color
config.RECOLOR = true
-- alarm sounder volume (0.0 to 3.0, 1.0 being standard max volume, this is the option given to to speaker.play())
-- note: alarm sine waves are at half saturation, so that multiple will be required to reach full scale
config.SOUNDER_VOLUME = 1.0
-- log path
config.LOG_PATH = "/log.txt"
-- log mode