Open Something231 opened 2 months ago
You cannot connect to simulator using the py module with BLE value of 9000, which is opposite of what is expected
from micromelon import * rc = RoverController() rc.connectBLE(9000) rc.startRover()
Results in:
TimeoutError: Robot not found - Scan timed out
Add any other context about the problem here.
Have you tried it on linux?
Describe the bug
You cannot connect to simulator using the py module with BLE value of 9000, which is opposite of what is expected
To Reproduce
Results in:
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.