mirror of
https://github.com/weewx/weewx.git
synced 2026-04-20 17:46:58 -04:00
3 lines
149 B
Plaintext
3 lines
149 B
Plaintext
# make any acurite station connected via usb accessible to non-root
|
|
SUBSYSTEM=="usb", ATTRS{idVendor}=="24C0", ATTRS{idProduct}=="0003", MODE="0666"
|