You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2020. It is now read-only.
when I run "sudo bash start.sh ", I got an error like this:
rovercode service starting
Traceback (most recent call last):
File "app.py", line 25, in
pwm = pwmLib.get_platform_pwm(pwmtype="softpwm")
File "build/bdist.linux-armv7l/egg/Adafruit_GPIO/PWM.py", line 182, in get_platform_pwm
TypeError: init() got an unexpected keyword argument 'pwmtype'
rovercode service stopped