Browse Source
Merge pull request #228 from liamcottle/dev
remove pin mode setup from uitask
pull/229/head
ripplebiz
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
4 deletions
-
examples/companion_radio/UITask.cpp
|
|
|
@ -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); |
|
|
|
} |
|
|
|
|