MCPcopy Create free account
hub / github.com/kiibohd/controller / cliFunc_reload

Function cliFunc_reload

Debug/cli/cli.c:714–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

712}
713
714void cliFunc_reload( char* args )
715{
716 if ( flashModeEnabled_define == 0 )
717 {
718 print( NL );
719 warn_printNL("flashModeEnabled not set, cancelling firmware reload...");
720 info_print("Set flashModeEnabled to 1 in your kll configuration.");
721 return;
722 }
723
724 // Request to output module to be set into firmware reload mode
725 Output_firmwareReload();
726}
727
728void cliFunc_reset( char* args )
729{

Callers

nothing calls this directly

Calls 1

Output_firmwareReloadFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…