mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-03-30 19:15:49 +00:00
Merge pull request #228 from liamcottle/dev
remove pin mode setup from uitask
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user