Differences between reboot_Teensyduino and restart_Teensyduino in Teensy core

Status
Not open for further replies.

xload

Active member
Hello, I want to know the ifferences between reboot_Teensyduino and restart_Teensyduino functions in Teensy core, which of the two functions reboot in bootloader mode?

Best regards.
 
A lot of thanks markonian!

_reboot_Teensyduino_() jump to the bootloader
_restart_Teensyduino_() just restart the software (keeping the usb connection intact)
 
A lot of thanks markonian!

_reboot_Teensyduino_() jump to the bootloader
_restart_Teensyduino_() just restart the software (keeping the usb connection intact)

Except that _restart_Teensyduino_() is only supported on the Teensy 2 series. For Teensy 3.x/LC, use the code from user stevech in this post instead.
 
Status
Not open for further replies.
Back
Top