parent
21379669bc
commit
cd0990ccb4
|
@ -248,7 +248,7 @@ void initFlash() {
|
||||||
/**
|
/**
|
||||||
* This would schedule write to flash once the engine is stopped
|
* This would schedule write to flash once the engine is stopped
|
||||||
*/
|
*/
|
||||||
addConsoleAction("burnconfig", requestBurn);
|
addConsoleAction(CMD_BURNCONFIG, requestBurn);
|
||||||
#endif
|
#endif
|
||||||
addConsoleAction("resetconfig", doResetConfiguration);
|
addConsoleAction("resetconfig", doResetConfiguration);
|
||||||
addConsoleAction("rewriteconfig", rewriteConfig);
|
addConsoleAction("rewriteconfig", rewriteConfig);
|
||||||
|
|
Loading…
Reference in New Issue