example: Change lepton max_temp.

This commit is contained in:
kaizhi-singtown 2025-04-24 18:11:48 +08:00
parent 8a713f5298
commit 2a61482797
6 changed files with 6 additions and 6 deletions

View File

@ -29,7 +29,7 @@ threshold_list = [(200, 255)]
# Set the target temp range here
min_temp_in_celsius = 20.0
max_temp_in_celsius = 35.0
max_temp_in_celsius = 40.0
print("Resetting Lepton...")
# These settings are applied on reset

View File

@ -30,7 +30,7 @@ threshold_list = [(200, 255)]
# Set the target temp range here
min_temp_in_celsius = 20.0
max_temp_in_celsius = 35.0
max_temp_in_celsius = 40.0
print("Resetting Lepton...")
# These settings are applied on reset

View File

@ -31,7 +31,7 @@ threshold_list = [(200, 255)]
# Set the target temp range here
min_temp_in_celsius = 20.0
max_temp_in_celsius = 35.0
max_temp_in_celsius = 40.0
print("Resetting Lepton...")
# These settings are applied on reset

View File

@ -30,7 +30,7 @@ threshold_list = [(200, 255)]
# Set the target temp range here
min_temp_in_celsius = 20.0
max_temp_in_celsius = 35.0
max_temp_in_celsius = 40.0
print("Resetting Lepton...")
# These settings are applied on reset

View File

@ -29,7 +29,7 @@ threshold_list = [(220, 255)]
# Set the target temp range here
min_temp_in_celsius = 20
max_temp_in_celsius = 32
max_temp_in_celsius = 40
print("Resetting Lepton...")
# These settings are applied on reset

View File

@ -30,7 +30,7 @@ threshold_list = [(70, 100, -30, 40, 20, 100)]
# Set the target temp range here
min_temp_in_celsius = 20
max_temp_in_celsius = 32
max_temp_in_celsius = 40
print("Resetting Lepton...")
# These settings are applied on reset