fw-Paralela/default_tune.cpp

6 lines
93 B
C++
Raw Normal View History

#include "pch.h"
void boardTuneDefaults() {
2024-03-18 16:54:27 -07:00
engineConfiguration->displacement = 1.65;
}