techie66 / EngineDataLogger

Data logger and master controller for Raspberry Pi based ECU that communicates with various external MCUs
GNU General Public License v3.0
5 stars 0 forks source link

typo in main.cpp leads to wrong lambda value in logfile (Ignitech WB2) #26

Closed kurt-k3po closed 3 years ago

kurt-k3po commented 3 years ago

loged lambda value is 10th to small

https://github.com/techie66/EngineDataLogger/blob/65a44eaa3cc3ba6f8d655996624b4b302222ee7f/src/main.cpp#L848 shoud be fprintf(fd_log,"%.2f,",log_data.lambda/100.0);

techie66 commented 3 years ago

Simple change. commited to feature-can branch