Added more CLI commands.
- reset -> Simulates power cycle (Not yet compatible with AVR) - reload -> Sets the device into firmware reload mode - led -> Toggles the error LED - version -> Displays detailed version information (additions to CMake files was necessary, might have broken Windows builds...)
This commit is contained in:
parent
267b99dedb
commit
6ac1482862
9 changed files with 156 additions and 22 deletions
|
@ -58,7 +58,9 @@ extern uint8_t USBKeys_Idle_Count;
|
|||
|
||||
// ----- Functions -----
|
||||
|
||||
void output_setup(void);
|
||||
void output_setup();
|
||||
|
||||
void output_firmwareReload();
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue