Added emulate feedback option

This commit is contained in:
CommanderRedYT
2022-10-05 21:41:14 +02:00
parent e3f783977b
commit 44100bcc0a
6 changed files with 75 additions and 3 deletions

View File

@@ -82,6 +82,11 @@ void initCan()
void updateCan()
{
if (configs.emulateFeedback.value())
{
return;
}
for (int i = 0; i < 4; i++)
if (!tryParseCanInput())
break;