Crutchmaster
Results
2
comments of
Crutchmaster
Try this patch: In src/co2mon.c ``` - decode_buf(result, data, magic_table); + for (int i = 0; i < 8; i++) result[i] = data[i]; ``` Device: mt8057s