better default temp
This commit is contained in:
parent
81a7faa6f6
commit
38c402255c
@ -486,7 +486,7 @@ __attribute__((noreturn)) int main(void)
|
|||||||
pd_get_profile(&pd_profile, 100);
|
pd_get_profile(&pd_profile, 100);
|
||||||
|
|
||||||
// TODO: let the user decide the power profile
|
// 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.set_power = 95; // Slightly below max power to avoid overloading
|
||||||
pd_profile.tip_r = 2500; // TODO: tip check and resistance calculator
|
pd_profile.tip_r = 2500; // TODO: tip check and resistance calculator
|
||||||
pd_profile.max_duty = MIN(
|
pd_profile.max_duty = MIN(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user