mirror of
https://github.com/weewx/weewx.git
synced 2026-04-19 09:06:58 -04:00
3 lines
153 B
Plaintext
3 lines
153 B
Plaintext
# make any fine offset station connected via usb accessible to non-root
|
|
SUBSYSTEM=="usb", ATTRS{idVendor}=="1941", ATTRS{idProduct}=="8021", MODE="0666"
|