aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-05-28 02:15:37 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-05-28 02:15:37 -0700
commitab07ad4c8b720cbaf9a6536b7758359a0ee3d91f (patch)
tree60cdfb1af4eff6335473fe86ad75f8f06bd3f203
parentc1bd4aea16a11358154122b2307ea206475e2372 (diff)
clearer readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2b97bc8..c85bc7e 100644
--- a/README.md
+++ b/README.md
@@ -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> so there's no license issues and I can add a free and open source license to mycan.c**
+- **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.**
- Use a database like SQLite
- More platform independent
- Better error checks and handling