Skip to content

Commit

Permalink
textual - 1
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkmm committed Jul 4, 2023
1 parent 55fddd9 commit 99ea024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ int Interface::mainMenu() {
case 5: {//general decode e.g. Tesla/K5 Morining/Car keys
AlgoGeneral decodeGeneral;
std::string userInputed1527CodeFromUrh;
std::cout << "Input 2Bits 1527 code:\n>";
std::cout << "Input 2Bits general code from URH:\n>";
std::cin >> userInputed1527CodeFromUrh;
Interface::outputAClearResult("4Bits 1527 code is:",
Interface::outputAClearResult("NW Mode of the code is:",
decodeGeneral.decodeGeneralFromUrh(userInputed1527CodeFromUrh),
"");
return 1;
Expand Down

0 comments on commit 99ea024

Please sign in to comment.