Merge pull request #2671 from kaizhi-singtown/master

example: Change lepton max_temp.
This commit is contained in:
Ibrahim Abdelkader 2025-04-24 20:51:45 +02:00 committed by GitHub
commit 3d90961c21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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