Matthew Kennedy

Results 261 comments of Matthew Kennedy

> analog trigger signal not pre-conditioned digital signal There's no way we've have the bandwidth to do this without an expensive ($10) ADC, and even more expensive ($25) sizable FPGA....

> special handing of BRAND_NEW_UNIT: fatal error if SD selected AND one second since boot AND map value out of 100kpa range Having seen cars get limped in off-track after...

It seems like this is not worth adding additional new complicated and probably annoying feature instead of writing an accurate and useful "before first start checklist" document. I am sure...

We checked in a change to hopefully get more info about what's going on here. Please update to latest snapshot, and see if you can get it to happen again!...

Happen to remember what it said? I think we added what system caused the error to the message.

@NMSTEC had it ![image](https://user-images.githubusercontent.com/568254/168191145-044ec8af-00ee-4722-8a13-0974722bc865.png)

all of these too far values seem to be close to 32b overflow, which hints at this maybe being an integer overflow somewhere. log2(1274220776) = 30.2 log2(1395092012) = 30.4

Would lua hooks for boost control complete this?

@rusefillc do we think this is closed by #4387 by using a mask instead of a list?

Remember that it applies all filters in order, so if you wanted to receive all messages EXCEPT one, you could first filter that one to a no-op callback with no...