Skip to content

Commit

Permalink
enable greeting
Browse files Browse the repository at this point in the history
  • Loading branch information
popovb committed Oct 21, 2023
1 parent c5c3956 commit e00e230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arduino/4164-41256-tester/4164-41256-tester.ino
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Executor executor(out, btns);
void setup() {
out.init();
executor.init();
// cong.display();
cong.display();
out.clear();
out.display();
menu_drawer.draw(menu.get());
Expand Down

0 comments on commit e00e230

Please sign in to comment.