stanleyhuangyc / Freematics

Official source code repository for Freematics
https://freematics.com
419 stars 345 forks source link

Improve OBD polling #148

Open tripplet opened 3 years ago

tripplet commented 3 years ago

Fix some invalid memory access when tier is 1: https://github.com/stanleyhuangyc/Freematics/blob/4d5446aea8eaa17afe4127911f6641f37fe272f1/firmware_v5/telelogger/telelogger.ino#L231 and out of bounds access here: https://github.com/stanleyhuangyc/Freematics/blob/4d5446aea8eaa17afe4127911f6641f37fe272f1/firmware_v5/telelogger/telelogger.ino#L237

The new constant MAX_POLLING_TIERalso makes it easier to add new tier levels