wcjxixi
Results
1
issues of
wcjxixi
I want to get the OBD standard of the vehicle, but I want to use the No-Blocking function. My code: ```C++ void getOBDStandard() { char OBDStandard[20]; myELM327.sendCommand_Blocking("0128"); // Service 01...
question