Home→Forums→MonoBrick EV3 Firmware→Return to menu from remote debugger→Reply To: Return to menu from remote debugger
March 23, 2015 at 17:41
#5334
Kristofer Jaxne
Participant
A better way to turn of the EV3 unit when its in remote debugging mode is to connect via ssh and send command to turn of.
In OS X just use terminal, and for Windows you can download Putty and set up an ssh connection. Then send command:
“shutdown -h now” and the unit will shutdown like it does when shutting down from menu.
Follow