refactoring: sharing command names between firmware and console

This commit is contained in:
rusefi 2019-07-14 15:21:38 -04:00
parent cedaacc709
commit cc5cd0cc99
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ void initFlash(Logging *sharedLogger) {
/** /**
* This would write NOW (you should not be doing this while connected to real engine) * This would write NOW (you should not be doing this while connected to real engine)
*/ */
addConsoleAction("writeconfig", writeConfigCommand); addConsoleAction(CMD_WRITECONFIG, writeConfigCommand);
#if EFI_TUNER_STUDIO #if EFI_TUNER_STUDIO
/** /**
* This would schedule write to flash once the engine is stopped * This would schedule write to flash once the engine is stopped