Merge pull request #228 from liamcottle/dev

remove pin mode setup from uitask
This commit is contained in:
ripplebiz
2025-04-26 20:07:48 +10:00
committed by GitHub

View File

@@ -49,10 +49,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);
}