kkonteh97 / SwiftOBD2

The versatile OBD2 toolkit for Swift developers. Diagnose, explore, and build custom vehicle apps with ease. Includes an emulator for streamlined prototyping.
MIT License
45 stars 8 forks source link

Add VGate iCar Pro BLE characteristics to scanner #15

Closed nazgu1 closed 5 months ago

nazgu1 commented 5 months ago

I have added another services/characteristics to scanner to make my OBD2 device work with library.

I also slightly refactored code to use switches instead of ifs as I think it is more readable, but I'm happy to revert this if you disagree :)

kkonteh97 commented 5 months ago

thanks a lot for the contribution I'll take a look at it today