We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55623fc commit 2f8e528Copy full SHA for 2f8e528
PyGamer_Thermal_Camera/code.py
@@ -46,7 +46,7 @@
46
MAX_SENSOR_F = celsius_to_fahrenheit(MAX_SENSOR_C)
47
48
# Load default alarm and min/max range values list from config file
49
-from thermal_cam_config import *
+from thermal_cam_config import ALARM_F, MIN_RANGE_F, MAX_RANGE_F
50
51
# Convert default alarm and min/max range values from config file
52
ALARM_C = fahrenheit_to_celsius(ALARM_F)
0 commit comments