[WIP] SDC screen
This hasn't really been tested yet and sometimes looks weird.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#include "vehicle_state.h"
|
||||
|
||||
VehicleState vehicle_state = {0};
|
||||
VehicleState vehicle_state;
|
||||
|
||||
const char *inichkstate_str(IniChkState state) {
|
||||
switch (vehicle_state.ini_chk_state) {
|
||||
|
||||
Reference in New Issue
Block a user