fw-custom-mega/default_tune.cpp

6 lines
92 B
C++
Raw Normal View History

2024-03-12 16:24:28 -07:00
#include "pch.h"
void boardTuneDefaults() {
2024-03-17 08:48:43 -07:00
engineConfiguration->displacement = 1.6;
2024-03-12 16:24:28 -07:00
}