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
We had to disable the console switching in brickman on ev3dev-stretch because of #64. It was causing a lockup (probably due to a race condition between brickman and the openrobertalab service).
This means brickman will still be visible while openroberta programs are running.
We had to disable the console switching in brickman on ev3dev-stretch because of #64. It was causing a lockup (probably due to a race condition between brickman and the openrobertalab service).
This means brickman will still be visible while openroberta programs are running.
Ideally, the openrobertalab service should handle the console switching instead of brickman. See https://github.com/ev3dev/console-runner/blob/ev3dev-stretch/src/server.vala for an example.
The text was updated successfully, but these errors were encountered: