We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571c308 commit 8442a09Copy full SHA for 8442a09
robotpy_ext/misc/precise_delay.py
@@ -142,6 +142,3 @@ def wait(self) -> None:
142
143
def _update_alarm(self) -> None:
144
hal.updateNotifierAlarm(self._notifier, self._expiry_time)
145
-
146
-# HACK: NotifierDelay is broken, use PreciseDelay for the moment
147
-NotifierDelay = PreciseDelay
setup.py
@@ -40,7 +40,7 @@
40
with open(join(setup_dir, 'README.rst'), 'r') as readme_file:
41
long_description = readme_file.read()
42
43
-install_requires = ['wpilib>=2018.0.0,<2019.0.0', 'pynetworktables>=2018.0.0']
+install_requires = ['wpilib>=2018.1.5,<2019.0.0', 'pynetworktables>=2018.1.0']
44
45
setup(
46
name='robotpy-wpilib-utilities',
0 commit comments