only:hellen-honda-k
This commit is contained in:
rusefillc 2023-04-03 14:51:26 -04:00
parent b606a141e8
commit c7ac513f73
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ void initKLine() {
doSend = true;
efiPrintf("kline send %d", doSend);
});
addConsoleAction("klineyes", [](){
addConsoleAction("klineno", [](){
doSend = false;
efiPrintf("kline send %d", doSend);
});