From 38c402255cba0d7d01a1cd8abe52e7c880273933 Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Fri, 22 May 2026 19:11:06 +0200 Subject: [PATCH] better default temp --- fw/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fw/main.c b/fw/main.c index b8cebbc..c4d396b 100644 --- a/fw/main.c +++ b/fw/main.c @@ -486,7 +486,7 @@ __attribute__((noreturn)) int main(void) pd_get_profile(&pd_profile, 100); // TODO: let the user decide the power profile - pd_profile.set_temp = 200; + pd_profile.set_temp = 320; pd_profile.set_power = 95; // Slightly below max power to avoid overloading pd_profile.tip_r = 2500; // TODO: tip check and resistance calculator pd_profile.max_duty = MIN(