Skip to content

Commit

Permalink
test size report
Browse files Browse the repository at this point in the history
  • Loading branch information
forntoh committed Sep 15, 2024
1 parent 13dd6fe commit 7f13620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/InputRotary/InputRotary.ino
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ MAIN_MENU(
SUB_MENU(
usernameMenu,
mainMenu,
ITEM_INPUT("User", inputCallback),
ITEM_INPUT("User", "Thomas F", inputCallback),
ITEM_COMMAND("Clear", clearInput));

LiquidCrystalI2CAdapter lcdAdapter(0x27, LCD_COLS, LCD_ROWS);
Expand Down

0 comments on commit 7f13620

Please sign in to comment.