diff --git a/src/surface/gui/gui/widgets/temperature.py b/src/surface/gui/gui/widgets/temperature.py index 76f3ad4d..9e22783b 100644 --- a/src/surface/gui/gui/widgets/temperature.py +++ b/src/surface/gui/gui/widgets/temperature.py @@ -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