Skip to content

Commit 8442a09

Browse files
committed
Update WPILib dependency that includes notifier fix
- Fixes #109
1 parent 571c308 commit 8442a09

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

robotpy_ext/misc/precise_delay.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,3 @@ def wait(self) -> None:
142142

143143
def _update_alarm(self) -> None:
144144
hal.updateNotifierAlarm(self._notifier, self._expiry_time)
145-
146-
# HACK: NotifierDelay is broken, use PreciseDelay for the moment
147-
NotifierDelay = PreciseDelay

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
with open(join(setup_dir, 'README.rst'), 'r') as readme_file:
4141
long_description = readme_file.read()
4242

43-
install_requires = ['wpilib>=2018.0.0,<2019.0.0', 'pynetworktables>=2018.0.0']
43+
install_requires = ['wpilib>=2018.1.5,<2019.0.0', 'pynetworktables>=2018.1.0']
4444

4545
setup(
4646
name='robotpy-wpilib-utilities',

0 commit comments

Comments
 (0)