Add CanDebugMenu

This commit is contained in:
2022-01-04 02:39:22 +01:00
parent 0c77d459a5
commit 914a1dc60c
8 changed files with 286 additions and 31 deletions

View File

@@ -119,7 +119,7 @@ espcpputils::SchedulerTask schedulerTasksArr[] {
#endif
#endif
#ifdef FEATURE_CAN
espcpputils::SchedulerTask { "can", can::initCan, can::parseCanInput, 10ms },
espcpputils::SchedulerTask { "can", can::initCan, can::updateCan, 10ms },
#endif
espcpputils::SchedulerTask { "debuginput", initDebugInput, handleDebugInput, 50ms },
#ifdef FEATURE_SERIAL