From 8f5a2ac83251cec9f3bd525862690e335766dfb0 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sat, 26 Apr 2025 17:54:59 +1200 Subject: [PATCH] remove pin mode setup from uitask --- examples/companion_radio/UITask.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/companion_radio/UITask.cpp b/examples/companion_radio/UITask.cpp index 7448f303..ea6eb435 100644 --- a/examples/companion_radio/UITask.cpp +++ b/examples/companion_radio/UITask.cpp @@ -43,10 +43,6 @@ void UITask::begin(DisplayDriver* display, const char* node_name, const char* bu *dash = 0; } - #ifdef PIN_USER_BTN - pinMode(PIN_USER_BTN, INPUT); - #endif - // v1.2.3 (1 Jan 2025) sprintf(_version_info, "%s (%s)", version, build_date); }