Skip to content

Commit b7342e4

Browse files
committed
refactor: Change threshold temperature to 420 degrees
1 parent a197d30 commit b7342e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#define CFG_NAMESPACE_PARAMS "params"
3232
#define BUZZER_PIN 12
3333
#define CFG_PARAMS_THRESHOLD "temp_thr"
34-
#define CFG_PARAMS_THRESHOLD_DEFAULT 400.0f
34+
#define CFG_PARAMS_THRESHOLD_DEFAULT 420.0f
3535
#define CFG_PARAMS_MAX_SHOOT "max_soot"
3636
#define CFG_PARAMS_MAX_SHOOT_DEFAULT 21.0f
3737

0 commit comments

Comments
 (0)