Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge dev to main #2

Merged
merged 18 commits into from
Dec 7, 2023
Merged
Prev Previous commit
Merge branch 'main' into dev
  • Loading branch information
MADS0LADEN authored Dec 7, 2023
commit a286ada8a5e4a0c69156acdee21014e48517b840
6 changes: 0 additions & 6 deletions rover/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@
if size == 1:
if data[0] == "0":
driver.stop()
elif data[0] != "0":
try:
int(data[0])
except ValueError as e:
print(e)
driver.setFreq(data[0])
if size == 2:
cmd, speed = data
if platform == "ESP":
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.