Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-13 | Update comments | Xiao Pan | |
2025-05-13 | update | Xiao Pan | |
2025-05-13 | Add and edit comments | Xiao Pan | |
2025-05-10 | better comment | Xiao Pan | |
2025-05-09 | better comment | Xiao Pan | |
2025-05-09 | update | Xiao Pan | |
2025-05-09 | more comment | Xiao Pan | |
2025-05-07 | better print | Xiao Pan | |
2025-05-07 | fix: need fflush for systemd to log my stdout | Xiao Pan | |
2025-05-07 | consider large section of bad data | Xiao Pan | |
2025-05-07 | Only fix if file exist so it can be opened | Xiao Pan | |
2025-05-07 | Better prints | Xiao Pan | |
2025-05-07 | Fix corrupted csv file by removing last bad line | Xiao Pan | |
2025-05-07 | Revert "Save to a string then write to a file so maybe less corrupted .csv" | Xiao Pan | |
This reverts commit a4dcf5ba5a79254c16341f060b227c6c97654012. The commit does not fix the issue of corrupted .csv file. | |||
2025-05-07 | Save to a string then write to a file so maybe less corrupted .csv | Xiao Pan | |
Sudden power loss on pi may result to bad .csv file. Save to a string first maybe can mitigate this issue a little bit. Also this way maybe more optimized, not sure. | |||
2025-05-04 | forgot to comment out test printf | Xiao Pan | |
2025-05-04 | Using new SR16-CustomBMS repo .dbc file | Xiao Pan | |
https://github.com/spartanracingelectric/SR16-CustomBMS/blob/main/SR-16%20Custom%20BMS.dbc Edited some lines at the .dbc file head to make dbcc work, maybe wrong. | |||
2025-04-30 | no print for less trash log | Xiao Pan | |
2025-04-30 | try autostart mycan now, no print for testing for less trash log | Xiao Pan | |
2025-04-30 | switch to correct dbc file, regenerate with dbcc, rewrite with new functions | Xiao Pan | |
2025-04-29 | fix: wrong VLA arrary length, switch to malloc | Xiao Pan | |
When using $HOME env, array length need to consider /.local/.share | |||
2025-04-29 | consider no XDG_DATA_HOME env | Xiao Pan | |
2025-04-28 | feat: store past data | Xiao Pan | |
I also copied old code that can only do live data to old/mycan_live.c | |||
2025-04-26 | cli option to specify can device name, useful for testing to specify vcan0 | Xiao Pan | |
2025-04-24 | LICENSE note comment | Xiao Pan | |
2025-04-24 | init | Xiao Pan | |