Dmitriy Karbovskiy

Results 2 issues of Dmitriy Karbovskiy

https://github.com/devcoons/iso15765-canbus/blob/f82f8ad978a54a65feb5be3b4271720fa166d00b/src/lib_iso15765.c#L835C3-L835C70 The value from the configuration should be used in own flow control only. When transmitting data as a response the value received from the client should be used instead....

https://github.com/devcoons/iso15765-canbus/blob/f82f8ad978a54a65feb5be3b4271720fa166d00b/src/lib_iso15765.c#L459 Seems a target address should be used instead of address extension: `n_pdu->n_ai.n_ae = dt[0];` -> `n_pdu->n_ai.n_ta = dt[0];`