Turn use_obd back on

This commit is contained in:
Emanuel Vieira 2022-01-18 20:30:02 +00:00
parent 385e965c6f
commit 7cdec6c284
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ lightship_t* lightship_init() {
lightship->use_obd = 0; lightship->use_obd = 0;
} }
else{ else{
lightship->use_obd = 0; // TODO lightship->use_obd = 1;
close(shm_fd); close(shm_fd);
} }