diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-05-28 02:17:14 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-05-28 02:17:14 -0700 |
commit | fbf58c17edb179e69774a256b2a7f8e7bc140f0d (patch) | |
tree | 04ca6fa7ac2ea8824991d54b91b8a12bb70709ba | |
parent | ab07ad4c8b720cbaf9a6536b7758359a0ee3d91f (diff) |
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ Infrastructure configs, included in pi_configs dir - To enable and start can0 autostart, run `sudo systemctl enable --now can0`. To enable mycan autostart, run `sudo systemctl --user enable --now mycan`. mycan future improvements -- **Rewrite some codes in mycan.c that is copied from <https://files.waveshare.com/upload/4/4e/RS485_CAN_HAT_Code.zip> to resolve the license issue mentioned above.** +- **Rewrite some codes in mycan.c that is copied from <https://files.waveshare.com/upload/4/4e/RS485_CAN_HAT_Code.zip> to resolve license issues mentioned above.** - Use a database like SQLite - More platform independent - Better error checks and handling |