Adding jump to bootloader key
- Now enabled by default - Added protection around remote jumps
This commit is contained in:
parent
d9ba60b34e
commit
59d425ccfe
5 changed files with 25 additions and 37 deletions
|
@ -495,7 +495,7 @@ void Output_flashMode_capability( uint8_t state, uint8_t stateType, uint8_t *arg
|
|||
// Display capability name
|
||||
if ( stateType == 0xFF && state == 0xFF )
|
||||
{
|
||||
print("Output_flashMode(usbCode)");
|
||||
print("Output_flashMode()");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue