Bunch of shit

This commit is contained in:
KoenDR06 2026-03-24 01:04:55 +01:00
parent 06520092e8
commit d8653015d5
9 changed files with 104 additions and 5 deletions

View file

@ -19,7 +19,7 @@ in {
defaultStrategy = "school";
strategies = {
"school" = {
movingAverageInterval = 10;
movingAverageInterval = 20;
speedCurve = [
{
temp = 40;
@ -34,7 +34,7 @@ in {
speed = 60;
}
{
temp = 75;
temp = 80;
speed = 100;
}
];