E65 wants more

This commit is contained in:
rusefillc 2021-12-23 23:36:07 -05:00
parent fdba6420ac
commit 3ef4de991f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#include "rusefi_lua.h"
#include "can.h"
static constexpr size_t maxFilterCount = 16;
static constexpr size_t maxFilterCount = 48;
size_t filterCount = 0;
int32_t luaCanRxIds[maxFilterCount] = {0};