Skip to content

Commit

Permalink
Expand legal range
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminwp18 committed Jun 8, 2024
1 parent ec310b8 commit 92380a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/surface/gui/gui/widgets/temperature.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from PyQt6.QtWidgets import (QLabel, QLineEdit, QPushButton,
QVBoxLayout, QWidget)

MIN_TEMP_C = 10
MAX_TEMP_C = 30
MIN_TEMP_C = 0
MAX_TEMP_C = 200
QUEUE_LEN = 5


Expand Down

0 comments on commit 92380a6

Please sign in to comment.