Add screen for configuring vehicle parameters

This commit is contained in:
2023-04-04 20:58:34 +02:00
parent 09f65fcf22
commit a5f10be4fd
35 changed files with 1976 additions and 104 deletions

3
Core/Src/params.c Normal file
View File

@ -0,0 +1,3 @@
#include "params.h"
Params params = {0};