initialize

This commit is contained in:
2026-04-24 16:34:10 -04:00
commit 9aca623336
202 changed files with 6718 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# EG4 LifePower4 RS485 bus via USB-serial adapter.
# Grants dialout group access; /dev/serial/by-id/ symlink survives USB moves.
# Adjust idVendor/idProduct if you use a CP210x (0x10c4:0xea60) or CH340
# (0x1a86:0x7523) adapter instead of the reference FTDI FT232R.
SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="0660", GROUP="dialout"