remove pin mode setup from uitask

Tento commit je obsažen v:
liamcottle
2025-04-26 17:54:59 +12:00
rodič c942aa06f9
revize 8f5a2ac832
-4
Zobrazit soubor
@@ -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);
}