Skip to content

Commit

Permalink
[#72] grouping disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
kaulketh committed Jun 2, 2019
1 parent 6313f0b commit 8c8d767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/conf/greenhouse_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# keyboard configs
kb1 = [[lib.channel_1, lib.channel_2, lib.channel_3, lib.channel_4],
[lib.channel_5, lib.channel_6, lib.channel_7, lib.channel_8],
[lib.grouping],
#[lib.grouping],
[lib.stop_bot, lib.live_stream, lib.reload]
]
kb2 = [[lib.cancel, lib.stop_bot]]
Expand Down Expand Up @@ -82,7 +82,7 @@
# heat dissipation, temperature monitoring, fan control
temperature_warn = 75
temperature_min = 40
temperature_max = 60
temperature_max = 50
fan_pin = 12
check_interval = 10

Expand Down

0 comments on commit 8c8d767

Please sign in to comment.