fw-custom-test/default_tune.cpp

14 lines
221 B
C++
Raw Normal View History

2024-03-12 16:24:28 -07:00
#include "pch.h"
#include "livedata_board_extra.h"
extra_s extraGauges;
template<>
const extra_s* getLiveData(size_t) {
return &extraGauges;
}
2024-03-12 16:24:28 -07:00
void boardTuneDefaults() {
2024-03-17 08:48:43 -07:00
engineConfiguration->displacement = 1.6;
2024-03-12 16:24:28 -07:00
}