#179 remove recolor option from coordinator config

This commit is contained in:
Mikayla Fischler
2023-02-27 23:59:46 -05:00
parent 0d7fde635d
commit 3f15ae6b6f
4 changed files with 16 additions and 29 deletions

View File

@@ -14,9 +14,6 @@ config.COMMS_TIMEOUT = 5
-- expected number of reactor units, used only to require that number of unit monitors
config.NUM_UNITS = 4
-- override default display colors (prettier in my opinion)
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