vedderb / bldc

The VESC motor control firmware
2.16k stars 1.35k forks source link

Send back app and mc config to requester port #493

Closed avlasic closed 2 years ago

avlasic commented 2 years ago

When COMM_GET_APPCONF and COMM_GET_MCCONF are received in commands_process_packet, replied config packet is always sent back to last received reply_function, instead of one passed to commands_process_packet. This bug occures when multiple vesc tool instances are connected from different devices, some won't receive back config.