Skip to content

Commit

Permalink
Copied udev rules over.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkeffer committed Jan 4, 2021
1 parent 544d421 commit 213dcad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/user/wmr200.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
import weeutil.weeutil

DRIVER_NAME = 'WMR200'
DRIVER_VERSION = "3.5.0"
DRIVER_VERSION = "3.5.1"

log = logging.getLogger(__name__)

Expand Down
3 changes: 3 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.5.1 04jan21
* Copied udev rules over.

3.5.0 15dec20
* WMR200 driver split off of the mainstream WeeWX distribution, and made
into a separate, unsupported, install.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class WMR200Installer(ExtensionInstaller):

def __init__(self):
super(WMR200Installer, self).__init__(
version="3.5.0",
version="3.5.1",
name='wmr200',
description='WeeWX driver for the Oregon Scientific WMR200 station',
author="Chris Manton",
Expand Down
2 changes: 2 additions & 0 deletions util/udev/rules.d/wmr200.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# make the oregon scientific wmr200 connected via usb accessible to non-root
SUBSYSTEM=="usb", ATTRS{idVendor}=="0FDE", ATTRS{idProduct}=="CA01", MODE="0666"

0 comments on commit 213dcad

Please sign in to comment.