Skip to content

Commit

Permalink
Remove print() in interrupt routines
Browse files Browse the repository at this point in the history
  • Loading branch information
andreock committed Nov 23, 2024
1 parent aff54a5 commit 4e9a10b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/UI/navigation/buttons/btn_routines.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ void IRAM_ATTR handle_encoder() {
#endif

void IRAM_ATTR handle_ok_button() {
Serial.println("OK pRESESD");
btn_pressed = OK_BTN;
}

Expand Down

0 comments on commit 4e9a10b

Please sign in to comment.