Browse Source

remove pin mode setup from uitask

pull/228/head
liamcottle 1 year ago
parent
commit
8f5a2ac832
  1. 4
      examples/companion_radio/UITask.cpp

4
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);
}

Loading…
Cancel
Save