servo: defaults for 1389nm laser

This commit is contained in:
Sebastien Bourdeauducq 2025-01-21 11:03:36 +08:00
parent 4adffe8c50
commit c41c3a264f

View File

@ -348,11 +348,11 @@ int main(int argc, char* argv[])
multiplier[i] = 1;
lpf_bandwidth[i] = 10.0;
servo_state[i] = "DISABLED";
init_current_cooling[i] = 100.0f;
init_current_cooling[i] = 270.0f;
init_current_heating[i] = -30.0f;
init_temp[i] = 25.0f;
leadin_current[i] = 100.0f;
leadin_mag[i] = 0.01f;
init_temp[i] = 16.0f;
leadin_current[i] = 230.0f;
leadin_mag[i] = 0.007f;
}
static std::thread dsp_thread_h = std::thread(dsp_thread);